MK2_MULTIPLEXER does not require E2/E3 stepper pins
This commit is contained in:
parent
a81df268fd
commit
92a0dc552a
@ -1076,6 +1076,7 @@ static_assert(1 >= 0
|
|||||||
/**
|
/**
|
||||||
* Test Extruder Stepper Pins
|
* Test Extruder Stepper Pins
|
||||||
*/
|
*/
|
||||||
|
#if DISABLED(MK2_MULTIPLEXER) // MK2_MULTIPLEXER uses E0 stepper only
|
||||||
#if E_STEPPERS > 4
|
#if E_STEPPERS > 4
|
||||||
#if !PIN_EXISTS(E4_STEP) || !PIN_EXISTS(E4_DIR) || !PIN_EXISTS(E4_ENABLE)
|
#if !PIN_EXISTS(E4_STEP) || !PIN_EXISTS(E4_DIR) || !PIN_EXISTS(E4_ENABLE)
|
||||||
#error "E4_STEP_PIN, E4_DIR_PIN, or E4_ENABLE_PIN not defined for this board."
|
#error "E4_STEP_PIN, E4_DIR_PIN, or E4_ENABLE_PIN not defined for this board."
|
||||||
@ -1093,7 +1094,7 @@ static_assert(1 >= 0
|
|||||||
#error "E1_STEP_PIN, E1_DIR_PIN, or E1_ENABLE_PIN not defined for this board."
|
#error "E1_STEP_PIN, E1_DIR_PIN, or E1_ENABLE_PIN not defined for this board."
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
/**
|
/**
|
||||||
* Endstop Tests
|
* Endstop Tests
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user