Fix M706 lcd message stuck
This commit is contained in:
parent
e787111922
commit
ba41b2bb0b
|
|
@ -451,6 +451,7 @@ bool MMU2::cut_filament(uint8_t slot, bool enableFullScreenMsg /*= true*/) {
|
||||||
extruder = MMU2_NO_TOOL;
|
extruder = MMU2_NO_TOOL;
|
||||||
tool_change_extruder = MMU2_NO_TOOL;
|
tool_change_extruder = MMU2_NO_TOOL;
|
||||||
MakeSound(SoundType::Confirm);
|
MakeSound(SoundType::Confirm);
|
||||||
|
ScreenUpdateEnable();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue