No restart with stall Detection after test
-
Hi ther Guys,
i did a few twaeks on my Printer (D-Bot) and unmounted the Endstops on the X and Y and now wanna use the Stall Detection only to run my Printer.
I tested everything probertly before i copyed everything to my config and home/x/y/all.g and set in my config: M915 X Y S5 F0 R0I did this cause i don't wanna have a Message or something on every home Command/Script.
So i inserted in to homeall.g and homez.g : M915 X Y S5 F0 R3 to get the pause and restart function to work.
(I put it in to both files cause i don't know what G28 exactly calls. (homeall.g or homex/y/z.g ???)After i started a print and let it 2 Layers print i blocked the X Axis to pause and restart the print, but i only skiped a few steps and printed…
What did i wrong?Pause and resume works manually
-
The file you need to set up to manage a stall during a print is /sys/rehome.g. On a Cartesian or CoreXY printer, typically you wolld home X and Y but not Z in this file.
-
ok, and on the rehome.g i only have to enter G28 X Y and everything should work?
-
That's one way of doing it. The other way is to copy homeall.g into rehome.g and then remove the Z homing bits.
-
Ok, that was realy the Problem.
It would be cool if you can write it in the Wiki.https://duet3d.com/wiki/G-code#M915:_Configure_motor_stall_detection
THX
-
I've done that, but on the new site https://duet3d.dozuki.com/Wiki/Gcode?revisionid=HEAD#Section_M915_Configure_motor_stall_detection instead of the old one.
-
I've done that, but on the new site https://duet3d.dozuki.com/Wiki/Gcode?revisionid=HEAD#Section_M915_Configure_motor_stall_detection instead of the old one.
Nice new Page.
The Forum links me to the Old Documentation that's why i didn't recognize that there is a new one.