Resume without running "Before print job starts"
Closed this issue · 2 comments
csm10495 commented
Normally i have my printer home in and print a small test line in the corner of the bed, so i have those gcode commands in the "Before print job starts" section of settings.
Is there a way to skip that for a specific print (like a power failure resuming)? I guess i can just remove it from that UI, print, then put it back, but that seems a bit clunky.
paukstelis commented
You are better off just including that in the start gcode of your slicer, rather than the "Before print job starts" in OctoPrint.
csm10495 commented
Ahh good idea. Thanks!