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

🐛 Fix Linear Advance E position tracking (#25442)

Fix regression from #24951
This commit is contained in:
tombrazier 2023-02-27 23:00:13 +00:00 committed by GitHub
parent 18601f458f
commit 6084502f80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1869,7 +1869,6 @@ void Stepper::pulse_phase_isr() {
// don't actually step here, but do subtract movements steps
// from the linear advance step count
step_needed.e = false;
count_position.e -= count_direction.e;
la_advance_steps--;
}
#endif