pablogventura/OctoPrint-PowerFailure

Resume without running "Before print job starts"

Closed this issue · 2 comments

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.

You are better off just including that in the start gcode of your slicer, rather than the "Before print job starts" in OctoPrint.

Ahh good idea. Thanks!