0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-19 08:08:25 +00:00

🐛 Fix LA retract/feedrate edge case (#25445)

Followup to #25442
This commit is contained in:
tombrazier 2023-03-01 00:16:27 +00:00 committed by GitHub
parent 894e378702
commit 42cd314d96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2261,6 +2261,8 @@ uint32_t Stepper::block_phase_isr() {
DIR_WAIT_AFTER();
}
}
else
la_interval = LA_ADV_NEVER;
}
#endif // LIN_ADVANCE