Apply loop shorthand macros (#17159)
This commit is contained in:
@@ -391,7 +391,7 @@ void PrintJobRecovery::resume() {
|
||||
|
||||
// Restore retract and hop state
|
||||
#if ENABLED(FWRETRACT)
|
||||
for (uint8_t e = 0; e < EXTRUDERS; e++) {
|
||||
LOOP_L_N(e, EXTRUDERS) {
|
||||
if (info.retract[e] != 0.0) {
|
||||
fwretract.current_retract[e] = info.retract[e];
|
||||
fwretract.retracted[e] = true;
|
||||
|
||||
Reference in New Issue
Block a user