Skip to content

Commit 795dcc3

Browse files
tombrazierernisv
authored andcommitted
🐛 Fix LA retract/feedrate edge case (MarlinFirmware#25445)
Followup to MarlinFirmware#25442
1 parent 4213997 commit 795dcc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Marlin/src/module/stepper.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -2261,6 +2261,8 @@ uint32_t Stepper::block_phase_isr() {
22612261
DIR_WAIT_AFTER();
22622262
}
22632263
}
2264+
else
2265+
la_interval = LA_ADV_NEVER;
22642266
}
22652267
#endif // LIN_ADVANCE
22662268

0 commit comments

Comments
 (0)