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 STEPTEST macro to restore homing with dual Z endstops #537

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

stklcode
Copy link
Contributor

@stklcode stklcode commented Jun 5, 2024

Description

This macro builds a string starting with HAS_ but HAS_ was replaced with USE_ in Marlin 2.1.2.2.

Backport the upstream patch should restore correct endstop polling and fix the bad homing behavior.

Requirements

any target with dual Z endstop

Benefits

Z axis homing works again.

Configurations

--

Related Issues

fixes #523

This macro builds a string starting with "HAS_" but "HAS_" was replaced
with "USE_" in Marlin 2.1.2.2. Backport the upstream patch should
restore correct endstop polling and fix the bad homing behavior.

Fixes: knutwurst#523
@stklcode stklcode mentioned this pull request Jun 5, 2024
@knutwurst
Copy link
Owner

Great! Thank you!

@knutwurst knutwurst merged commit c5ce3a3 into knutwurst:master Jun 5, 2024
@stklcode stklcode deleted the fix/523 branch June 5, 2024 16:33
@HuberDe
Copy link

HuberDe commented Jun 9, 2024

Thanks a lot this was why my 2.1.2.3 also not worked with my Chiron!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fährt Z Home nicht an
3 participants