Browse Source

Loosen HAS_BED_PROBE definition

Scott Lahteine 7 years ago
parent
commit
a63d9cc550
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      Marlin/Conditionals_post.h

+ 1
- 2
Marlin/Conditionals_post.h View File

804
     #endif
804
     #endif
805
   #endif
805
   #endif
806
 
806
 
807
-  #define PROBE_PIN_CONFIGURED (HAS_Z_MIN_PROBE_PIN || (HAS_Z_MIN && ENABLED(Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN)))
808
-  #define HAS_BED_PROBE (PROBE_SELECTED && PROBE_PIN_CONFIGURED && DISABLED(PROBE_MANUALLY))
807
+  #define HAS_BED_PROBE (PROBE_SELECTED && DISABLED(PROBE_MANUALLY))
809
 
808
 
810
   #if ENABLED(Z_PROBE_ALLEN_KEY)
809
   #if ENABLED(Z_PROBE_ALLEN_KEY)
811
     #define PROBE_IS_TRIGGERED_WHEN_STOWED_TEST
810
     #define PROBE_IS_TRIGGERED_WHEN_STOWED_TEST

Loading…
Cancel
Save