endstop
-
@stephen6309 yes got them as NC but the cable length is about 3m
-
@tazla Do you have them set as active high? M119 should only show them as stopped when the endstop is depressed.
My X & Y are NC and are set as:
M574 X1 S1 P"io5.in" ; configure active-high endstop for low end on X via pin io5.in
M574 Y1 S1 P"io6.in" ; configure active-high endstop for low end on Y via pin io6.in -
-
@tazla Use M119 to make sure the endstops are working as intended. It appears the board thinks you're already at the endstop.
-
@stephen6309 have you tried to activate the pull up ?
M574 X1 S1 P"^io7.in" ; configure active-high endstop for low end on X via pin io7.in
-
when the y axis is homeing it moves just 5-6mm stops, and does it in slow speed after and shows up as homed
but if i take a cable an short the connection block . it moves all the way.thats why i wonder if the ii/o feels the powerrush for the stepper and thinks it is home somehow
-
-
@tazla The pull up sets the Input port to a defined voltage
-
@siam
do i have to change pins from (io7 in and Gnd ) to use the pull up -
@tazla no
-
@siam had to go back to try it but it wasent any change
-
@tazla if i would setup 3 relays for endstop switches and just use24v for the them
would that be bad somehow?
-