MMU: Remove a call to Enable_E0
The planner enables the E-motor automatically No need to do it manually Change in memory: Flash: -2 bytes SRAM: 0 bytes
This commit is contained in:
parent
4abdb0225d
commit
06c42bf85f
|
|
@ -884,7 +884,6 @@ void MMU2::filament_ramming() {
|
|||
|
||||
void MMU2::execute_extruder_sequence(const E_Step *sequence, uint8_t steps) {
|
||||
planner_synchronize();
|
||||
Enable_E0();
|
||||
|
||||
const E_Step *step = sequence;
|
||||
for (uint8_t i = steps; i ; --i) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue