Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_preview_layout
This commit is contained in:
commit
7c01817ead
1 changed files with 2 additions and 0 deletions
|
@ -526,6 +526,8 @@ void Preview::on_combochecklist_options(wxCommandEvent& evt)
|
|||
const unsigned int diff_flags = curr_flags ^ new_flags;
|
||||
if ((diff_flags & (1 << static_cast<unsigned int>(Preview::OptionType::Travel))) != 0)
|
||||
refresh_print();
|
||||
else
|
||||
m_canvas->refresh_gcode_preview_render_paths();
|
||||
}
|
||||
else
|
||||
m_canvas->refresh_gcode_preview_render_paths();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue