🐛 Fix MMU compile with >5 EXTRUDERS (#22036)
This commit is contained in:
committed by
Scott Lahteine
parent
ce95f56ac8
commit
04bea72787
@ -450,8 +450,8 @@ class Planner {
|
||||
#endif
|
||||
|
||||
#if ENABLED(DISABLE_INACTIVE_EXTRUDER)
|
||||
// Counters to manage disabling inactive extruders
|
||||
static last_move_t g_uc_extruder_last_move[EXTRUDERS];
|
||||
// Counters to manage disabling inactive extruder steppers
|
||||
static last_move_t g_uc_extruder_last_move[E_STEPPERS];
|
||||
#endif
|
||||
|
||||
#if HAS_WIRED_LCD
|
||||
|
Reference in New Issue
Block a user