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

Fix Z Pos corruption on use of default z_measured_min #27516

Merged
merged 3 commits into from
Nov 14, 2024

Conversation

InsanityAutomation
Copy link
Contributor

When G34 failed on the first probe attempt and home after G34 was not enabled, a default value of 100k was still loaded in z_measured_min causing the Z position to be overwritten with a drastically out of bounds correction. The prevents position adjustment on an error escape, adds additional debug statements, and resolves an iterative clamping error that would cause successive runs to fail probing.

@thinkyhead thinkyhead merged commit 92efc33 into MarlinFirmware:bugfix-2.1.x Nov 14, 2024
64 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants