Browse Source

fix normal extruder stepping (#12118)

pull/1/head
Chris Pepper 6 years ago
committed by Scott Lahteine
parent
commit
c90e26dfa6
  1. 2
      Marlin/src/module/stepper.cpp

2
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

Loading…
Cancel
Save