Resume Print after Heater Fault
-
Re: Power Failure
Hello,
I am trying to resume about a 40 hour print when it failed about halfway through on a TEVO Little Monster with the latest Duet board (WIFI). When I try to call M98 Presurrect.g, I get an error as follows:"G0/G1 attempt to move delta motors to absolute positions"
Before this, I added the following in to resurrect-prologue.g file due to the error "insufficient axes homed'':
G1 R1 Z5 F6000 S2; go to 5mm above position of the last print move
G1 Z-5 F6000 S2 ; lower Z againWhat am I doing wrong? Can you help please?
Thanks,
Matt -
FYI, the content of the resurrect.g is as follows:
; File "Tailpiece 1221 Front Right 02_fixed2.gcode" resume print after print paused at 2018-08-13 02:53
M140 P0 S85.0
G10 P0 S200 R200
T0 P0; Delta parameters
M665 L397.107 R157.000 H524.764 B175.0 X0.000 Y0.000 Z0.000
M666 X0.788 Y-0.234 Z-0.554 A0.00 B0.00
M98 Presurrect-prologue.g
M106 P0 S0.00
M106 P1 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 E36.73548
M82
M23 Tailpiece 1221 Front Right 02_fixed2.gcode
M26 S35754017 P0.000
G0 F6000 Z89.400
G0 F6000 X72.11 Y133.38
G0 F6000 Z87.400
G1 F3600.0 P0
M24 -
See https://duet3d.dozuki.com/Wiki/Setting_up_to_resume_a_print_after_a_power_failure for what you must do in the resurrect-prologue.g file.