Sfoglia il codice sorgente

Merge pull request #3556 from philfifi/fix_pullup

Fix bug in pullups handling for Z_MIN_PROBE
Scott Lahteine 9 anni fa
parent
commit
eda821ca1c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      Marlin/Conditionals.h

+ 1
- 1
Marlin/Conditionals.h Vedi File

297
     #if ENABLED(USE_ZMIN_PLUG)
297
     #if ENABLED(USE_ZMIN_PLUG)
298
       #define ENDSTOPPULLUP_ZMIN
298
       #define ENDSTOPPULLUP_ZMIN
299
     #endif
299
     #endif
300
-    #if ENABLED(DISABLE_Z_MIN_PROBE_ENDSTOP)
300
+    #if DISABLED(DISABLE_Z_MIN_PROBE_ENDSTOP)
301
       #define ENDSTOPPULLUP_ZMIN_PROBE
301
       #define ENDSTOPPULLUP_ZMIN_PROBE
302
     #endif
302
     #endif
303
   #endif
303
   #endif

Loading…
Annulla
Salva