-
-
Notifications
You must be signed in to change notification settings - Fork 434
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
feat: adds new Screws Tilt Adjust helper dialog #1223
feat: adds new Screws Tilt Adjust helper dialog #1223
Conversation
Signed-off-by: Pedro Lamas <[email protected]>
3dc1093
to
276f7cd
Compare
The Klipper docs state that the bed screws are well adjusted below 6 minutes, so maybe we want to mark them as good then? Something like this should probably suffice: Otherwise LGTM! |
Ohh, I wasn't aware of the 6 min recommended limit! Please either change my branch directly or send as a PR targeting my fork and I'll merge it there so we have a single PR here. |
Signed-off-by: Mathis Mensing <[email protected]>
Screws Tilt Adjust helper dialog: mark sub-6-minute adjustments as succeeded
Tested locally, LGTM. Nice work! |
Signed-off-by: Pedro Lamas <[email protected]>
Signed-off-by: Pedro Lamas <[email protected]>
Signed-off-by: Pedro Lamas <[email protected]>
Dialog will show when
SCREWS_TILT_CALCULATE
finishes, showing the results of the operation, including how much to turn each screw and to what side (indicated by the icon)Resolves #1184