fix STEPTEST macro to restore homing with dual Z endstops #537

Merged
stklcode merged 1 commits from fix/523 into master 2024-06-05 11:32:51 -05:00
stklcode commented 2024-06-05 11:23:51 -05:00 (Migrated from github.com)

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

--

fixes #523

### 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
knutwurst commented 2024-06-05 11:32:48 -05:00 (Migrated from github.com)

Great! Thank you!

Great! Thank you!
HuberDe commented 2024-06-09 12:51:57 -05:00 (Migrated from github.com)

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

Thanks a lot this was why my 2.1.2.3 also not worked with my Chiron!
Sign in to join this conversation.
No description provided.