Browse Source

Fix bug in pullups handling for Z_MIN_PROBE

Philippe LUC 9 years ago
parent
commit
86c868771b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Conditionals.h

+ 1
- 1
Marlin/Conditionals.h View File

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

Loading…
Cancel
Save