From 06c42bf85f867c5b313f9922ba7771ecfa558651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gu=C3=B0ni=20M=C3=A1r=20Gilbert?= Date: Sun, 21 May 2023 14:54:32 +0000 Subject: [PATCH] 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 --- Firmware/mmu2.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Firmware/mmu2.cpp b/Firmware/mmu2.cpp index 465e49470..0c5d23694 100644 --- a/Firmware/mmu2.cpp +++ b/Firmware/mmu2.cpp @@ -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) {