Help with Endstop Settings
-
Hello,
i need some help with the endstops.
I use for x and y NO at the min Position and for z a optical endstop at min (I am not sure if that is NO or NC but i think ist NC).
So it should be something like:
M574 x1 y1 s2
M574 z1 s1But than i get
M574
Endstop configuration: X: low end Z probe, Y: low end Z probe, Z: low end active high switch,And i have no Z-Probe
I dont know on which way i have to set it at the console.
-
In M574 S parameter means as follow:
S0 - active low
S1- active high
S2 - probe
S3 - motor load detection.
So in your M574 X1 Y1 S2 you define your endstops as probe. You have to change this to S0 or S1 depends on your switch.
Its all here: https://duet3d.dozuki.com/Wiki/Gcode#Section_M574_Set_endstop_configuration -
O crap.
U are right.Thanks