Scara cant save the endstop
-
MY Scara Printer has worked fine but now he cant save the entstops. I have nothing changed. My Printer is trying to probe the endstops of all 3 axes and after that he is probing the same axes and cant get out of this endstop probing loop
My config looks like this
config (2).g -
-
@Nicogr I cant't see an error with the homing procedure,, but the second M574 for Z is suspect for me, because in https://docs.duet3d.com/User_manual/Reference/Gcodes is mentioned that:
"The S2 option of M574 is intended for use only when axes other than Z are using the Z probe for homing. ... A Z probe and a Z endstop can both be configured at the same time. ..."
So in my understanding the second M574 is not needed.
(I hope you have RRF 3, for RRF 2 it will be different)
-
M574 Z1 S2 P"zprobe.in" ; Z-probe configuration
Yes, you should delete that line.