Skip to content

Commit

Permalink
🐛 Fix Linear Advance E position tracking (MarlinFirmware#25442)
Browse files Browse the repository at this point in the history
Fix regression from MarlinFirmware#24951
  • Loading branch information
tombrazier authored and thinkyhead committed Apr 7, 2023
1 parent d5c312c commit abd710b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Marlin/src/module/stepper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit abd710b

Please sign in to comment.