FIX: wipe tower is not generated when inserting custom gcode

Change-Id: I8f81dff79dba2fd60df2095ff37696ddc0b9597c
This commit is contained in:
zhimin.zeng 2023-02-28 09:15:30 +08:00 committed by Lane.Wei
parent ebaf87f033
commit 0532f837fa
1 changed files with 1 additions and 1 deletions

View File

@ -2442,7 +2442,7 @@ Plater::priv::priv(Plater *q, MainFrame *main_frame)
// update slice and print button
wxGetApp().mainframe->update_slice_print_status(MainFrame::SlicePrintEventType::eEventSliceUpdate, true, false);
set_need_update(true);
update();
});
}
if (wxGetApp().is_gcode_viewer())