🐛 Fix DELTA with SENSORLESS_PROBING

This commit is contained in:
Scott Lahteine
2021-05-18 23:30:49 -05:00
committed by Scott Lahteine
parent 57eef65d9c
commit 85fa8c55c9
2 changed files with 2 additions and 2 deletions

View File

@ -818,7 +818,7 @@
#if DISABLED(NOZZLE_AS_PROBE)
#define HAS_PROBE_XY_OFFSET 1
#endif
#if DISABLED(Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN)
#if DISABLED(Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN) && !BOTH(DELTA, SENSORLESS_PROBING)
#define HAS_CUSTOM_PROBE_PIN 1
#endif
#if Z_HOME_DIR < 0 && (!HAS_CUSTOM_PROBE_PIN || ENABLED(USE_PROBE_FOR_Z_HOMING))