diff --git a/Marlin/src/module/stepper.cpp b/Marlin/src/module/stepper.cpp index 9ec5d6804..2ff1e583c 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