Issues with resurrecting
-
Hello All. having some issues with getting prints to resume after a failure. The errors I am getting are:
12:09:19 PMError: M24: Cannot print, because no file is selected!
12:09:14 PMM916
Error: M23: GCode file "CFFFP_Liner Rail Y1 .gcode" not found
12:07:08 PMError: M24: Cannot print, because no file is selected!
12:07:02 PMM106 P0 S0.06
Error: M23: GCode file "CFFFP_Liner Rail Y1 .gcode" not foundWhat could I be missing here?
resurrect.g
; File "CFFFP_Liner Rail Y1 (1).gcode" resume print after print paused at 2019-05-01 12:04
M140 P0 S85.0
G10 P0 S265 R265
T0 P0
G92 X185.298 Y171.427 Z0.400
M98 Presurrect-prologue.g
M106 P0 S0.00
M106 P2 S0.00
M106 P3 S0.00
M106 P4 S0.00
M106 P5 S0.00
M106 P6 S0.00
M106 P7 S0.00
M106 P8 S0.00
M106 S0.00
M116
M290 S0.000
G92 E0.00000
M83
M23 CFFFP_Liner Rail Y1 (1).gcode
M26 S86148 P0.000
G0 F6000 Z2.400
G0 F6000 X185.298 Y171.427
G0 F6000 Z0.400
G1 F1800.0 P0
M24resurrect-prologue.g
M116 ; wait for temperatures
G28 X Y ; home X and Y, hope that Z hasn't moved
G1 X180 Y40 F6000 ; go to first bed probe point and home Z
G30 ; home Z by probing the bed
M83 ; relative extrusion
G1 E4 F3600 ; undo the retraction that was done in the M911 power fail scriptThank you!
-
I forgot to add the failure I had been having is a heater failure. From what I can tell from extra searching, you cannot resume a cancelled print, and in this case the heat failure is causing the print to be cancelled.
-
The problem is that the name of your GCode file contains space characters, and the current stable firmware omits the quote characters around the filename in the M23 command. This is fixed in the most recent beta. Meanwhile, if you edit the resurrect.g file inserting double quote marks around the filename, you will be able to resume it.