mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-12-28 10:20:36 -07:00
🩹 Fix broken ENDSTOPPULLUP_ZMIN_PROBE (#27022)
Co-authored-by: ellensp <530024+ellensp@users.noreply.github.com>
This commit is contained in:
parent
80071ea216
commit
ece37ba0fc
1 changed files with 1 additions and 1 deletions
|
|
@ -2852,7 +2852,7 @@
|
|||
#ifndef PROBE_OFFSET_YMAX
|
||||
#define PROBE_OFFSET_YMAX 50
|
||||
#endif
|
||||
#if ALL(ENDSTOPPULLUPS, USE_Z_MIN_PROBE)
|
||||
#if ALL(ENDSTOPPULLUPS, HAS_Z_MIN_PROBE_PIN)
|
||||
#define ENDSTOPPULLUP_ZMIN_PROBE
|
||||
#endif
|
||||
#ifndef XY_PROBE_FEEDRATE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue