From fe3e83a63bb9e5b90558e416bea48fe2dad4f87c Mon Sep 17 00:00:00 2001 From: tombrazier <68918209+tombrazier@users.noreply.github.com> Date: Mon, 27 Feb 2023 23:00:13 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20Linear=20Advance=20E=20pos?= =?UTF-8?q?ition=20tracking=20(#25442)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix regression from #24951 --- Marlin/src/module/stepper.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Marlin/src/module/stepper.cpp b/Marlin/src/module/stepper.cpp index 0ea10a006604..f4ecdbd7c1ac 100644 --- a/Marlin/src/module/stepper.cpp +++ b/Marlin/src/module/stepper.cpp @@ -1880,7 +1880,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