Kaynağa Gözat

Loosen HAS_BED_PROBE definition

Scott Lahteine 6 yıl önce
ebeveyn
işleme
a63d9cc550
1 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  1. 1
    2
      Marlin/Conditionals_post.h

+ 1
- 2
Marlin/Conditionals_post.h Dosyayı Görüntüle

@@ -804,8 +804,7 @@
804 804
     #endif
805 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 809
   #if ENABLED(Z_PROBE_ALLEN_KEY)
811 810
     #define PROBE_IS_TRIGGERED_WHEN_STOWED_TEST

Loading…
İptal
Kaydet