New integrated v2.calibration pattern available as separate file?
Hello Prusa people,
The new v2_calibration pattern included in the 3.1.0 firmware looks like a great upgrade from the current pattern - the last small square gives a chance to test your Live Z setting on a more realistic printed area. However, as far as I can tell the new pattern is not available as a separate gcode file, only built into the firmware. I would like to use this pattern to set my Z for ABS. Any chance the gcode file will be made available separately? Thanks.
Re: New integrated v2.calibration pattern available as separate file?
It could probably be reconstructed from the gcode that's hardcoded into the firmware. See https://github.com/prusa3d/Prusa-Firmware/blob/MK2/Firmware/ultralcd.cpp and look for LCD_COMMAND_V2_CAL, The #ifdef SNMM bit has the multimaterial version and the non-MM version is after the following #else clause.