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:
Guðni Már Gilbert 2023-05-21 14:54:32 +00:00 committed by DRracer
parent 4abdb0225d
commit 06c42bf85f
1 changed files with 0 additions and 1 deletions

View File

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