Skip to content
Snippets Groups Projects
Commit eda821ca authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Merge pull request #3556 from philfifi/fix_pullup

Fix bug in pullups handling for Z_MIN_PROBE
parents 25b1556a 86c86877
Branches
Tags
No related merge requests found
......@@ -297,7 +297,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment