Resuming Printing after Power failure
-
Wheew, seems like im always needing help. My first power failure mid large print and when i enter the M916 comand in the web inter face it say this.
Error: M916: No resume file found
So what have i done wrong this time?? this is what in in my config.g file and below that whats in my resurrect-prologue.gconfig.g
; Automatic power saving
M911 S21.0 R23.0 P"M913 X0 Y0 G91 M83 G1 Z0 E-5 F1000" ; Set voltage thresholds and actions to run on power loss
M501
;Peter is trying this second time around, no aparent change?
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
; Custom settings are not configured======================
resurrect-prologue.gM116 ; 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 -
@petera
Any ideas?? -
did the printer create a
sys/resurrect.g
file? -
cant see one?
-
That would suggest your power supply or config is not able to save the resume info
-
mmm ok. The duet3 supports this right? What would stop the config from saving this? Then perhaps only certain power supplies have this feature? This is me guessing?
-
@petera said in Resuming Printing after Power failure:
mmm ok. The duet3 supports this right? What would stop the config from saving this? Then perhaps only certain power supplies have this feature? This is me guessing?
Are you really using a Duet 3? The firmware stack for Duet 3 does not yet support the resurrect feature.
-
@dc42
My Apologies, my dyslexia is getting confused between the bootup logo Duet3D and my board(see below)
RepRapFirmware for Duet 2 WiFi/Ethernet version 2.03RC4 running on Duet WiFi 1.02 or later
Board ID: 08DGM-917NK-F23T0-6J1DA-3S86T-KZBWD
Used output buffers: 3 of 24 (17 max)Does this work with power resume, and if so then what am i doing wrong?