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: disable force_move on axis with multiple steppers #858

Conversation

pedrolamas
Copy link
Member

If a stepper_k1 is found on the configuration, then we will disable the controls for that K axis when Force Move mode is enabled.

Here's an example where stepper_z1 exists in the printer configuration, and as such we disabled both the Z axis controls and the Z position textbox:

image

This PR also fixed some minor issues where the wrong axis were being checked!

Fixes #856

Signed-off-by: Pedro Lamas [email protected]

@pedrolamas pedrolamas added the GH - Bug Something isn't working label Sep 5, 2022
@pedrolamas pedrolamas added this to the 1.20.1 milestone Sep 5, 2022
@pedrolamas pedrolamas merged commit 3514f15 into fluidd-core:develop Sep 6, 2022
@pedrolamas pedrolamas deleted the pedrolamas/force-move-multi-stepper branch September 6, 2022 12:35
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
Development

Successfully merging this pull request may close these issues.

[URGENT] FORCE_MOVE moves only one motor on a dual Z-axis printer
2 participants