Trying out resurrecting print after pause and power-loss
-
I am trying to resurrect a paused print, I did pause it and cut the power of after pause-auto-home X and Y in my coreXY with Duet 2 Ethernet 2.0.4.
I get the following error-message after I put in M916:
M916: Resume prologue file 'resurrect-prologue.g' not foundAm I supposed to create an empty file called 'resurrect-prologue.g' before I try to pause and cut the power so resurrect.g can save content to the file I create?
Or am I able to continue the print with another command since my resurrect.g contains info about print-file and coordinates and looks like following:; File "0:/gcodes/CFFFP_model.gcode" resume print after print paused at 2021-12-21 02:24
G21
M140 P0 S65.0
T-1 P0
G92 X52.035 Y167.320 Z95.580
G60 S1
G10 P0 S210 R210
T0 P0
M98 P"resurrect-prologue.g"
M116
M290 X0.000 Y0.000 Z0.100 R0
T-1 P0
T0 P6
; Workplace coordinates
G10 L2 P1 X0.00 Y0.00 Z0.00
G10 L2 P2 X0.00 Y0.00 Z0.00
G10 L2 P3 X0.00 Y0.00 Z0.00
G10 L2 P4 X0.00 Y0.00 Z0.00
G10 L2 P5 X0.00 Y0.00 Z0.00
G10 L2 P6 X0.00 Y0.00 Z0.00
G10 L2 P7 X0.00 Y0.00 Z0.00
G10 L2 P8 X0.00 Y0.00 Z0.00
G10 L2 P9 X0.00 Y0.00 Z0.00
G54
M106 S0.33
M106 P1 S1.00
M116
G92 E0.00000
M83
M23 "0:/gcodes/CFFFP_model.gcode"
M26 S15235554
G0 F6000 Z97.680
G0 F6000 X52.035 Y167.320
G0 F6000 Z95.680
G1 F3600.0 P0
G21
M24 -
FW is 3.2...
-
-
Haha yes I did... I was probably to tired when reading because I can't remember the last paragraph about "Setting up the sys/resurrect-prologue.g file"
Works like a charm now!