Skip to content

Commit f29211c

Browse files
tombrazierAndy-Big
authored andcommitted
🐛 Fix LA retract/feedrate edge case (MarlinFirmware#25445)
Followup to MarlinFirmware#25442
1 parent 8cbd00c commit f29211c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Marlin/src/module/stepper.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2269,6 +2269,8 @@ uint32_t Stepper::block_phase_isr() {
22692269
DIR_WAIT_AFTER();
22702270
}
22712271
}
2272+
else
2273+
la_interval = LA_ADV_NEVER;
22722274
}
22732275
#endif // LIN_ADVANCE
22742276

0 commit comments

Comments
 (0)