Skip to content

Commit

Permalink
🐛 Fix LA retract/feedrate edge case (#25445)
Browse files Browse the repository at this point in the history
Followup to #25442
  • Loading branch information
tombrazier authored and thinkyhead committed Apr 7, 2023
1 parent dfd1fb7 commit a40ff13
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 a40ff13

Please sign in to comment.