-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
implement rehome_z for z_tilt/qgl #494
base: main
Are you sure you want to change the base?
Conversation
docs/Config_Reference.md
Outdated
@@ -1444,6 +1444,9 @@ extended [G-Code command](G-Codes.md#z_tilt) becomes available. | |||
#increasing_threshold: 0.0000001 | |||
# Sets the threshold that probe points can increase before z_tilt aborts. | |||
# To disable the validation, set this parameter to a high value. | |||
#rehome_z: False | |||
# If set to true, a G28 Z will automatically be called after z_tilt has | |||
# finished to rehome Z. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If set to True, execute
G28 Z after z_tilt is applied. Defaults to False.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will modify
Looks good.. just a small suggestion on the text and it is good to go. |
50b2621
to
adab1d4
Compare
Added
rehome_z
parameter to z_tilt, z_tilt_ng and qgl to automatically rehome z after leveling the bed/gantryAlso removed boilerplate code as ZAdjustStatus in z_tilt and z_tilt_ng was the same in both
Checklist