#Error evaluating 'gcode_macro START_PRINT:gcode': gcode.CommandError: Missing START_PRINT parameter.

6 messages · Page 1 of 1 (latest)

merry knot
#

Hello.
Just finished upgrading my Chonk 3Z to RC4 with the 02S toolboard. Had some trouble because the setup wizard does not allow using any probe but the beacon. Got around this by uncommenting beacon from ratOS cfg, and setting up superpinda in printer config. I know this is incorrect, but it works. I've got the printer completely working mechanically, but when I try to start a print from orca slicer, I get the Error code.
Error evaluating 'gcode_macro START_PRINT:gcode': gcode.CommandError: Missing START_PRINT parameter. EXTRUDER_OTHER_LAYER_TEMP parameter not found.

I think this means the gcode from my slicer does not match what the printer is looking for, but I have no idea how to fix.

dense shadowBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

merry knot
#

Switched from Orca Slicer back to Prusa Slicer and the issue is corrected

hot robin
#

This slicer Gcode worked for me

#

START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] EXTRUDER_OTHER_LAYER_TEMP=[nozzle_temperature] BED_TEMP=[bed_temperature_initial_layer_single] TOTAL_LAYER_COUNT={total_layer_count} X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}

dense shadowBOT