Skip to content

Commit 1d7abdc

Browse files
tombrazierTracy Spiva
authored and
Tracy Spiva
committed
🐛 Fix Linear Advance E position tracking (MarlinFirmware#25442)
Fix regression from MarlinFirmware#24951
1 parent 8515632 commit 1d7abdc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Marlin/src/module/stepper.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -1869,7 +1869,6 @@ void Stepper::pulse_phase_isr() {
18691869
// don't actually step here, but do subtract movements steps
18701870
// from the linear advance step count
18711871
step_needed.e = false;
1872-
count_position.e -= count_direction.e;
18731872
la_advance_steps--;
18741873
}
18751874
#endif

0 commit comments

Comments
 (0)