From c90e26dfa6bf0a25e3094a94ea86931b844fb7f5 Mon Sep 17 00:00:00 2001
From: Chris Pepper <p3p@p3psoft.co.uk>
Date: Wed, 17 Oct 2018 08:47:31 +0100
Subject: [PATCH] fix normal extruder stepping (#12118)

---
 Marlin/src/module/stepper.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Marlin/src/module/stepper.cpp b/Marlin/src/module/stepper.cpp
index 9ec5d6804a..2ff1e583c6 100644
--- a/Marlin/src/module/stepper.cpp
+++ b/Marlin/src/module/stepper.cpp
@@ -1412,7 +1412,7 @@ void Stepper::stepper_pulse_phase_isr() {
         #endif
       }
     #else // !LIN_ADVANCE && !MIXING_EXTRUDER
-      #if HAS_E_STEP
+      #if HAS_E0_STEP
         PULSE_START(E);
       #endif
     #endif
-- 
GitLab