Merge pull request #4071 from 3d-gussner/MK3_Fix_M706_LCD_stuck

Fix M706 lcd message stuck
This commit is contained in:
3d-gussner 2023-03-10 07:57:01 +01:00 committed by GitHub
commit ce78ac19ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}