-
-
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
Move to zero not working correctly after homing. #52
Comments
marciot
added a commit
to drunken-octopus/drunken-octopus-marlin
that referenced
this issue
Jan 14, 2021
- Return to the status screen - Only show iteration
tonokip
pushed a commit
to ultimachine/Marlin
that referenced
this issue
Jan 24, 2022
Resolve "TAZ6 standard extruder wrong E-steps" Closes MarlinFirmware#52 See merge request lulzbot3d/marlin!34
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.
On a printer in which the Y axis is assembled backward, so that the endstop is a max endstop at Y=200:
G28 X0
G28 Y0
G28 Z0
G1 Y0
Does not position the head at 0, 0, 0, but rather at 0, 200, 0.
G28 X0
G28 Y0
G1 Y0
G28 Z 0
Does position the head at 0, 0, 0.
Homing Z after homing Y is affecting the printer's notion of where Y currently is at.
The text was updated successfully, but these errors were encountered: