mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-31 14:12:52 +00:00
🐛 Fix Linear Advance E position tracking (#25442)
Fix regression from #24951
This commit is contained in:
parent
18601f458f
commit
6084502f80
1 changed files with 0 additions and 1 deletions
|
@ -1869,7 +1869,6 @@ void Stepper::pulse_phase_isr() {
|
||||||
// don't actually step here, but do subtract movements steps
|
// don't actually step here, but do subtract movements steps
|
||||||
// from the linear advance step count
|
// from the linear advance step count
|
||||||
step_needed.e = false;
|
step_needed.e = false;
|
||||||
count_position.e -= count_direction.e;
|
|
||||||
la_advance_steps--;
|
la_advance_steps--;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue