Use USES_Z_MIN_PROBE_ENDSTOP

This commit is contained in:
Scott Lahteine 2019-03-18 15:03:34 -05:00
parent 5b2c37d6c1
commit 144018736a
2 changed files with 2 additions and 2 deletions

View file

@ -118,7 +118,7 @@
//#define E3_MS2_PIN ?
//#define E3_MS3_PIN ?
#if DISABLED(Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN)
#if USES_Z_MIN_PROBE_ENDSTOP
#define Z_MIN_PROBE_PIN 49
#endif

View file

@ -106,7 +106,7 @@
#define E2_CS_PIN 61
#endif
#if DISABLED(Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN)
#if USES_Z_MIN_PROBE_ENDSTOP
#define Z_MIN_PROBE_PIN 49
#endif