Skip to content

Commit

Permalink
🐛 Fix LA retract/feedrate edge case (MarlinFirmware#25445)
Browse files Browse the repository at this point in the history
  • Loading branch information
tombrazier authored and SMHRambo committed Jul 17, 2023
1 parent 4901667 commit 772f6fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Marlin/src/module/stepper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2261,6 +2261,8 @@ uint32_t Stepper::block_phase_isr() {
DIR_WAIT_AFTER();
}
}
else
la_interval = LA_ADV_NEVER;
}
#endif // LIN_ADVANCE

Expand Down

0 comments on commit 772f6fc

Please sign in to comment.