Drop the Z_MIN_PROBE_ENDSTOP option (#13276)

This commit is contained in:
Scott Lahteine
2019-03-01 00:27:45 -06:00
committed by GitHub
parent 9a6b90f47d
commit 99d0022fae
101 changed files with 487 additions and 770 deletions

View File

@ -812,7 +812,7 @@
//
// Disable unused endstop / probe pins
//
#if !HAS_BED_PROBE || DISABLED(Z_MIN_PROBE_ENDSTOP)
#if !USES_Z_MIN_PROBE_ENDSTOP
#undef Z_MIN_PROBE_PIN
#define Z_MIN_PROBE_PIN -1
#endif