diff --git a/Firmware/mmu2.cpp b/Firmware/mmu2.cpp index ffe6a9a52..7a1be0457 100644 --- a/Firmware/mmu2.cpp +++ b/Firmware/mmu2.cpp @@ -451,6 +451,7 @@ bool MMU2::cut_filament(uint8_t slot, bool enableFullScreenMsg /*= true*/) { extruder = MMU2_NO_TOOL; tool_change_extruder = MMU2_NO_TOOL; MakeSound(SoundType::Confirm); + ScreenUpdateEnable(); return true; }