Fix M706 lcd message stuck

This commit is contained in:
3d-gussner 2023-03-09 07:00:40 +01:00
parent e787111922
commit ba41b2bb0b
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}