Fix compile error (macro substitution typo) (#16194)
This commit is contained in:
parent
3d4aa015a8
commit
2a7f1091ce
@ -553,7 +553,7 @@ void manage_inactivity(const bool ignore_stepper_queue/*=false*/) {
|
|||||||
bool oldstatus;
|
bool oldstatus;
|
||||||
switch (active_extruder) {
|
switch (active_extruder) {
|
||||||
default:
|
default:
|
||||||
#define _CASE_EN(N) case N: oldstatus = E##N_ENABLE_READ(); enable_E##N(); break;
|
#define _CASE_EN(N) case N: oldstatus = E##N##_ENABLE_READ(); enable_E##N(); break;
|
||||||
REPEAT(E_STEPPERS, _CASE_EN);
|
REPEAT(E_STEPPERS, _CASE_EN);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user