Skip to content

Commit fe3e83a

Browse files
tombrazierAndy-Big
authored andcommitted
🐛 Fix Linear Advance E position tracking (MarlinFirmware#25442)
Fix regression from MarlinFirmware#24951
1 parent 3bbbcaa commit fe3e83a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Marlin/src/module/stepper.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1880,7 +1880,6 @@ void Stepper::pulse_phase_isr() {
18801880
// don't actually step here, but do subtract movements steps
18811881
// from the linear advance step count
18821882
step_needed.e = false;
1883-
count_position.e -= count_direction.e;
18841883
la_advance_steps--;
18851884
}
18861885
#endif

0 commit comments

Comments
 (0)