Welcome! Log In Create A New Profile

Advanced

resume a print after a power failure

Posted by Dunston-UK 
resume a print after a power failure
September 28, 2019 05:17AM
Hi

I am getting the following error when trying to restart a 22-hour of a 36 hours print.

Error: Attempting to extrude with no tool selected.

I call the resume print command M916

It homes both the Y X also the bed heats back up to its pre-state temp, but the extruder does not heat up at all.

I have the following in the files required.

sys/config.g file

; Automatic power saving
M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000"

sys/resurrect-prologue.g

M116 ; wait for temperatures
G28 X Y ; home X and Y, hope that Z hasn't moved
M83 ; relative extrusion
G1 E4 F3600 ; undo the retraction that was done in the M911 power fail script

sys/resume.g

G1 R1 X0 Y0 Z5 F6000
M83
G1 E5 F3600

sys/resurrect.g

; File "0:/gcodes/daynight.gcode" resume print after power failure at 2019-09-27 14:34
G21
M140 P0 S60.0
G29 S1
T-1 P0
G92 X216.561 Y133.798 Z4.494
G60 S1
M98 P"resurrect-prologue.g"
M116
M290 X0.000 Y0.000 Z-0.060 R0
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
G10 P0 S205 R205
T0 P6
M106 S0.75
M106 P0 S0.75
M106 P3 S0.00
M106 P4 S0.00
M106 P5 S0.00
M106 P6 S0.00
M106 P7 S0.00
M106 P8 S0.00
M116
G92 E56.57000
M82
M23 "0:/gcodes/daynight.gcode"
M26 S2718019 P1.054
G0 F6000 Z6.434
G0 F6000 X216.561 Y133.798
G0 F6000 Z4.434
G1 F4242.6 P0
G21
M24


Any help please as to where this is not right that I need to correct so I don't lose this 22 hours of a 36 hours long print.


Thank you
Re: resume a print after a power failure
September 28, 2019 05:40AM
Do you have any extrusion commands in your resurrect-prologue.g file?

Btw you will get faster responses on the Duet3d forum, it is much busier than this one.

Edit: yes you do. Try putting T0 P0 then M116 before that G1 E4 command.

Edited 2 time(s). Last edit at 09/28/2019 05:43AM by dc42.



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Re: resume a print after a power failure
September 28, 2019 05:53AM
Hi dc42

I reposted in the duet forum

Edited 1 time(s). Last edit at 09/28/2019 06:53AM by Dunston-UK.
Sorry, only registered users may post in this forum.

Click here to login