Make PULSE_STOP(E) conditional (#12121)
This commit is contained in:
parent
c90e26dfa6
commit
d82bcdeea1
@ -1443,8 +1443,10 @@ void Stepper::stepper_pulse_phase_isr() {
|
|||||||
E_STEP_WRITE(mixer.get_stepper(), INVERT_E_STEP_PIN);
|
E_STEP_WRITE(mixer.get_stepper(), INVERT_E_STEP_PIN);
|
||||||
}
|
}
|
||||||
#else // !MIXING_EXTRUDER
|
#else // !MIXING_EXTRUDER
|
||||||
|
#if HAS_E0_STEP
|
||||||
PULSE_STOP(E);
|
PULSE_STOP(E);
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
#endif // !LIN_ADVANCE
|
#endif // !LIN_ADVANCE
|
||||||
|
|
||||||
// Decrement the count of pending pulses to do
|
// Decrement the count of pending pulses to do
|
||||||
|
Loading…
Reference in New Issue
Block a user