-
-
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
G28 max end-stop issue #42
Comments
a cheap workaround for now might be G28 Z119.8 |
I have this problem on my Y-Axis. Poking around the marlin.pde I found the following lines:
These really need to be aware of homing direction. I've never homed and set a position at the same time, so I just commented them out. Works fine. |
Looks like this is fixed in the latest release. |
…stos'. Moved Rigidbot to 420
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. |
I have my end-stops set up so X and X home to min values, and Z homes to it's max value
When I do a home to Z ( G28 Z) the Z axis homes correctly, but as soon as I issue any G command the Z axis immediately goes to Z=0 instead of staying put at Z=191.8
Also, if I home Z (max) and then home X and Y (min) the Z gets set to Z = 0 when it should be Z = 191.8 (in my case)
My End stop Settings if that helps:
Z_HOME_DIR = 1 (Max),
INVERT_Z_DIR = true,
Z_ENDSTOPS_INVERTING = false
The text was updated successfully, but these errors were encountered: