🩹 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
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user