Loosen HAS_BED_PROBE definition

This commit is contained in:
Scott Lahteine 2017-11-25 20:08:02 -06:00
parent 2f837ce9b7
commit d06e29846d
2 changed files with 2 additions and 3 deletions

View file

@ -848,8 +848,7 @@
#endif
#endif
#define PROBE_PIN_CONFIGURED (HAS_Z_MIN_PROBE_PIN || (HAS_Z_MIN && ENABLED(Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN)))
#define HAS_BED_PROBE (PROBE_SELECTED && PROBE_PIN_CONFIGURED && DISABLED(PROBE_MANUALLY))
#define HAS_BED_PROBE (PROBE_SELECTED && DISABLED(PROBE_MANUALLY))
#if ENABLED(Z_PROBE_ALLEN_KEY)
#define PROBE_IS_TRIGGERED_WHEN_STOWED_TEST

View file

@ -637,7 +637,7 @@ static_assert(1 >= 0
, "Please enable only one probe option: PROBE_MANUALLY, FIX_MOUNTED_PROBE, BLTOUCH, SOLENOID_PROBE, Z_PROBE_ALLEN_KEY, Z_PROBE_SLED, or Z Servo."
);
#if PROBE_SELECTED && DISABLED(PROBE_MANUALLY)
#if HAS_BED_PROBE
/**
* Z_PROBE_SLED is incompatible with DELTA