🩹 Fix broken ENDSTOPPULLUP_ZMIN_PROBE (#27022)

Co-authored-by: ellensp <530024+ellensp@users.noreply.github.com>
This commit is contained in:
Keith Bennett 2024-05-06 15:41:47 -07:00 committed by GitHub
parent 80071ea216
commit ece37ba0fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2852,7 +2852,7 @@
#ifndef PROBE_OFFSET_YMAX #ifndef PROBE_OFFSET_YMAX
#define PROBE_OFFSET_YMAX 50 #define PROBE_OFFSET_YMAX 50
#endif #endif
#if ALL(ENDSTOPPULLUPS, USE_Z_MIN_PROBE) #if ALL(ENDSTOPPULLUPS, HAS_Z_MIN_PROBE_PIN)
#define ENDSTOPPULLUP_ZMIN_PROBE #define ENDSTOPPULLUP_ZMIN_PROBE
#endif #endif
#ifndef XY_PROBE_FEEDRATE #ifndef XY_PROBE_FEEDRATE