Skip to content
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

Closed
Lodran opened this issue Jan 20, 2012 · 1 comment
Closed

Move to zero not working correctly after homing. #52

Lodran opened this issue Jan 20, 2012 · 1 comment

Comments

@Lodran
Copy link

Lodran commented Jan 20, 2012

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.

thinkyhead referenced this issue in thinkyhead/Marlin Sep 6, 2019
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
@github-actions
Copy link

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.

@github-actions github-actions bot locked and limited conversation to collaborators Apr 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants