Browse Source

Merge pull request #3556 from philfifi/fix_pullup

Fix bug in pullups handling for Z_MIN_PROBE
Scott Lahteine 9 years ago
parent
commit
eda821ca1c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Conditionals.h

+ 1
- 1
Marlin/Conditionals.h View File

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

Loading…
Cancel
Save