Browse Source

Fix bug in pullups handling for Z_MIN_PROBE

pull/1/head
Philippe LUC 8 years ago
parent
commit
86c868771b
  1. 2
      Marlin/Conditionals.h

2
Marlin/Conditionals.h

@ -296,7 +296,7 @@
#if ENABLED(USE_ZMIN_PLUG)
#define ENDSTOPPULLUP_ZMIN
#endif
#if ENABLED(DISABLE_Z_MIN_PROBE_ENDSTOP)
#if DISABLED(DISABLE_Z_MIN_PROBE_ENDSTOP)
#define ENDSTOPPULLUP_ZMIN_PROBE
#endif
#endif

Loading…
Cancel
Save