🐛 Fix børken E_DUAL_STEPPER_DRIVERS (#23017)
This commit is contained in:
@ -1634,7 +1634,7 @@
|
||||
#define HAS_E0_MS_PINS 1
|
||||
#endif
|
||||
|
||||
#if E_STEPPERS > 1
|
||||
#if E_STEPPERS > 1 || ENABLED(E_DUAL_STEPPER_DRIVERS)
|
||||
#if PIN_EXISTS(E1_ENABLE) || AXIS_IS_L64XX(E1) || (ENABLED(SOFTWARE_DRIVER_ENABLE) && AXIS_IS_TMC(E1))
|
||||
#define HAS_E1_ENABLE 1
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user