Clean up probe config options

This commit is contained in:
Scott Lahteine
2016-09-18 23:28:11 -05:00
parent 153e240cdd
commit e05af606a8
27 changed files with 284 additions and 312 deletions

View File

@@ -361,7 +361,7 @@
//
// Disable unused endstop / probe pins
//
#if ENABLED(DISABLE_Z_MIN_PROBE_ENDSTOP) || DISABLED(Z_MIN_PROBE_ENDSTOP) // Allow code to compile regardless of Z_MIN_PROBE_ENDSTOP setting.
#if DISABLED(Z_MIN_PROBE_ENDSTOP)
#undef Z_MIN_PROBE_PIN
#define Z_MIN_PROBE_PIN -1
#endif