fix normal extruder stepping (#12118)

This commit is contained in:
Chris Pepper 2018-10-17 08:47:31 +01:00 committed by Scott Lahteine
parent 96bbda5d48
commit c90e26dfa6

View file

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