FIX: wipe tower are not generated after painting

Change-Id: I895641496b40429fdb1a08174ea7f30832ba24d0
(cherry picked from commit 1b7852e78acb7e89942315008de2842bf806a1c7)
This commit is contained in:
zhimin.zeng 2022-08-19 15:44:59 +08:00 committed by Lane.Wei
parent edacd17fab
commit 5194e68ae4
1 changed files with 1 additions and 0 deletions

View File

@ -756,6 +756,7 @@ void GLGizmoMmuSegmentation::on_set_state()
if (get_state() == Off) {
ModelObject* mo = m_c->selection_info()->model_object();
if (mo) Slic3r::save_object_mesh(*mo);
m_parent.post_event(SimpleEvent(EVT_GLCANVAS_FORCE_UPDATE));
}
}