🐛 Fix MMU compile with >5 EXTRUDERS (#22036)
This commit is contained in:
committed by
Scott Lahteine
parent
ce95f56ac8
commit
04bea72787
@ -418,7 +418,7 @@ void reset_stepper_drivers(); // Called by settings.load / settings.reset
|
||||
#define REV_E_DIR(E) do{ E0_DIR_WRITE(E ? !INVERT_E0_DIR : INVERT_E0_DIR); }while(0)
|
||||
#endif
|
||||
|
||||
#elif HAS_PRUSA_MMU2
|
||||
#elif HAS_PRUSA_MMU2 // One multiplexed stepper driver
|
||||
|
||||
#define E_STEP_WRITE(E,V) E0_STEP_WRITE(V)
|
||||
#define NORM_E_DIR(E) E0_DIR_WRITE(!INVERT_E0_DIR)
|
||||
|
Reference in New Issue
Block a user