-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting direction of endstop not working #50
Comments
you need to define Y_MAX pin or something in your pins.h file and make the Y_MIN pin to be -1. make sure you change the set which corresponds to your configuration.h motherboard define. |
fran6p
pushed a commit
to fran6p/Marlin
that referenced
this issue
Dec 27, 2020
tonokip
pushed a commit
to ultimachine/Marlin
that referenced
this issue
Jan 24, 2022
…t-action-commands' into 'master' Resolve "OctoPrint tells me my firmware lacks support for host action commands" Closes MarlinFirmware#50 See merge request lulzbot3d/marlin!29
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
define Y_HOME_DIR 1
Will result in the Y axis not homing at all. Hitting the endstop results in the Y axis refusing to move back out of the endstop - further in is still possible.
I guess it's the same for X and Z, too.
The text was updated successfully, but these errors were encountered: