My printer
-
Guys my stall detection dont work, i am using duet for 6 mounths and i couldnt make it work. Can u guys help me and check if i can make my configs better. And the power protection not working to.. If i poweroff the printer then turn on in a middleprint can i restart when it stopped?
; General preferences
G90
M83
M667 S1; Network
M550 P JOSE ARTHUR PRINTER
M552 S1
M587 S"ASSJA1" P"291005gus"
M586 P0 S1
M586 P1 S0
M586 P2 S0; Drives
M569 P0 S1
M569 P1 S1
M569 P2 S1
M569 P3 S0
M350 X16 Y16 Z16 E16 I1
M92 X80 Y80 Z800 E100
M566 X900 Y900 Z10 E120
M203 X12000 Y12000 Z300 E3000
M201 X1000 Y1000 Z100 E5000
M906 X1000 Y1000 Z1000 E1000 I60
M84 S30; Axis Limits
M208 X0 Y0 Z0 S1
M208 X285 Y235 Z250 S0; Endstops
M574 X1 Y1 S1
M574 Z1 S2; Z-Probe
M558 P9 H4 F600 T5000 X0 Y0 Z1
M307 H3 A-1 C-1 D-1
G31 X25 Y0 Z1.9 P25
M557 X25:205 Y25:165 S50; Heaters
M305 P0 T100000 B3988 C0 R4700
M143 H0 S120
M305 P1 T100000 B4725 C0 R4700
M143 H1 S240
M307 H1 A340.0, C140.0, D5.5 S0.3
M557 X25:275 Y25:275 S20; Fans
M106 P0 S1 I0 F500 H-1
M106 P1 S1 I0 F500 H-1
M106 P2 S1 I0 F500 H-1; Tools
M563 P0 D0 H1
G10 P0 X0 Y0 Z0
G10 P0 R0 S0; Automatic power saving
M911 S20.0 R40.0 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000"
M915 X Y S5 F0 H200 R3; Miscellaneous
M501
T0 -
Please explain more precisely what problems you are having.
-
Stall detection: in what way is it not working? What sort of printer is it? Have you followed the instructions at https://duet3d.dozuki.com/Wiki/Stall_detection_and_sensorless_homing?
-
Resume after power fail: in what way is it not working? Have you worked through https://duet3d.dozuki.com/Wiki/Setting_up_to_resume_a_print_after_a_power_failure? Does it create a resurrect.g file in /sys on the SD card when you turn the power off? Have you set up the resurrect-prologue.g file?
-