fix normal extruder stepping (#12118)

2.0.x
Chris Pepper 6 years ago committed by Scott Lahteine
parent 96bbda5d48
commit c90e26dfa6

@ -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

Loading…
Cancel
Save