🐛 Fix Linear Advance E position tracking (#25442)
Fix regression from #24951
This commit is contained in:
committed by
Scott Lahteine
parent
d5c312cff0
commit
abd710b5d6
@@ -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
|
||||
|
Reference in New Issue
Block a user