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

1 Commits

Author SHA1 Message Date
Stefan Kalscheuer
5eac0f6449 fix STEPTEST macro to restore homing with dual Z endstops
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: #523
2024-06-05 18:18:14 +02:00