All Axes will Home but have not Connected Any Endstops?
-
@t3p3tony ok I am not seeing an endstops tab so please tell me how to go about getting this endstops tab plugin and or why should I use M119 in lieu of the E-stops tab?
-
@pickett https://github.com/Duet3D/DSF-Plugins/tree/master/EndstopsMonitor its here. but its simpler to use M119 .
-
@Pickett download from here:
https://github.com/Duet3D/DSF-Plugins/releases/tag/v3.3.0 -
@pickett you see the endstop tab only if you have installed the endstop plugin.
So, use M119 for checking the endstops.Send M119 without any endstop pressed. DWC will answer with endstop status...
Then push x-endstop and send M119 again (with pushed endstop). Check if the state has changed.Then the same with y-endstop....
-
@t3p3tony okay i get it now the M119 simply gives an up to date reading of the endstops while the Endstops plugin creates a tab to then show the status of the endstops ok ok I see but here is the thing it appears that I have the wiring done right but everytime I go to home my Axes each Axis will just move a few mm's then call it quits and will basically say "im home!" and will do nothing further kind of like this dude I know from work lols no but seriously can not figure out why each Axis never goes the whole way home and truly "homes" back home its wierd? Maybe Im missing something IDK???? This is like the only thing that is stopping me from getting to my first print................. have learned so much along the way though no doubt!
-
@pickett what is the result of the M119 command with and without the endstops pressed?
-
@t3p3tony I dont get it tbe Y is most certainly NOT at its endstop and neither is the X?????
m119
Endstops - X: at min stop, Y: at min stop, Z: not stopped, Z probe: not stopped -
@pickett invert the endstops with a "!" in the config
M574 X1 S1 P"io5.in" change to M574 X1 S1 P"!io5.in"
the same with y endstop
-
@cosmowave ok lemme update the config.g so should i update the homex.g and homeall.g and homey/z.g's as well????
-
@pickett No, only in config.g
-
@cosmowave ok now it looks like:
; Endstops
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
M574 Z1 S2 ; configure Z-probe endstop for low end on Z -
@pickett I suspect you may have the endstops wired as normally open, not normally closed. As @cosmowave mentions you can change the firmware to work with that, however there are good reasons to normally use normally closed endstops.
-
@pickett If you'd like to change your endstops to normally closed endstops (safer in case of wire failure), you have to wire them to "label" 1 and 3 on the endstops.
But then, i think you should invert the function again with deleting the "!" in config.g -
@cosmowave ok now the axis move but are going in the opposite direction so I guess I need to reconfigure my stepper motor direction of rotation in the configurator tool? Also the stepper motors seems to be vibrating really loud now like it is some sort of wiring issue but it is wired correctly i know this cause Im the one whom crimped the terminals, got the Black, Green, Blue, Red order. the Z properly homes cause well it just detracts then it dives --------------------000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000=============================================================================================9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999slowly down til it reaches the bed............. Ok will take a break from this for now coz I keep falling asleep onto my keyboard lolz will return for more troubleshooting techniques and what not!!!!! Thanks for everyones help this far will get it figured out one way or another!!!!!!!0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000r
-
@pickett said in All Axes will Home but have not Connected Any Endstops?:
ok now the axis move but are going in the opposite direction so I guess I need to reconfigure my stepper motor direction of rotation in the configurator tool
Yes correct. You can change direction in config.g. Change S0 to S1
M569 P0.0 S0 ; physical drive 0.0 goes backwards change to M569 P0.0 S1 ; physical drive 0.0 goes backwards
you have to edit the correct axle! I don't know if x or y should be inverted!
-
@pickett locking this as you have started a new thread about the issue:
https://forum.duet3d.com/topic/25464/x-y-not-homing-z-is-a-bl-touch-it-is-homing/3