Skip to content

Commit cdc2de3

Browse files
tombrazierernisv
authored andcommitted
🐛 Fix Linear Advance E position tracking (MarlinFirmware#25442)
Fix regression from MarlinFirmware#24951
1 parent fb7a6cd commit cdc2de3

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)