Add STEPPER_RESET_PIN support

This commit is contained in:
Scott Lahteine
2015-07-10 18:15:24 -07:00
committed by Richard Wackerbarth
parent a0351bdb73
commit 447dbd6fa5
2 changed files with 21 additions and 0 deletions

View File

@@ -442,6 +442,7 @@
#define HAS_MICROSTEPS_E0 (PIN_EXISTS(E0_MS1))
#define HAS_MICROSTEPS_E1 (PIN_EXISTS(E1_MS1))
#define HAS_MICROSTEPS_E2 (PIN_EXISTS(E2_MS1))
#define HAS_STEPPER_RESET (PIN_EXISTS(STEPPER_RESET))
#define HAS_X_ENABLE (PIN_EXISTS(X_ENABLE))
#define HAS_X2_ENABLE (PIN_EXISTS(X2_ENABLE))
#define HAS_Y_ENABLE (PIN_EXISTS(Y_ENABLE))