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: allow applying z-offset to endstop or probe #1086

Merged
merged 1 commit into from
Apr 19, 2023

Conversation

pedrolamas
Copy link
Member

@pedrolamas pedrolamas commented Apr 19, 2023

Instead of checking for type of probe/endstop, we will now check for the existence of Z_OFFSET_APPLY_ENDSTOP and Z_OFFSET_APPLY_PROBE

If only one of these exists, then we save directly via that command; if both exist, we will show a menu and allow the user to pick which to use.

We are also NOT forcing the restart, and instead letting the user decide if/when to do it via the "Save Config & Restart" button on top of Fluidd.

Single case

image

Multiple case

image

Fixes #1084

@pedrolamas pedrolamas added the GH - Bug Something isn't working label Apr 19, 2023
@pedrolamas pedrolamas added this to the 1.24 milestone Apr 19, 2023
@pedrolamas pedrolamas marked this pull request as ready for review April 19, 2023 10:24
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GH - Bug Something isn't working
Projects
None yet
1 participant