mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
FIX: modify plate print sequence, the wipe tower is not update
STUDIO-2279 STUDIO-2280 Change-Id: I9a65ae4c02afc48666131b37d0282d59aa25c560
This commit is contained in:
parent
ad43a54e3d
commit
c098e01b22
2 changed files with 7 additions and 2 deletions
|
@ -11205,6 +11205,7 @@ int Plater::select_plate_by_hover_id(int hover_id, bool right_click)
|
|||
BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << boost::format("select print sequence %1% for plate %2% at plate side")%ps_sel %plate_index;
|
||||
auto plate_config = *(curr_plate->config());
|
||||
wxGetApp().plater()->config_change_notification(plate_config, std::string("print_sequence"));
|
||||
update();
|
||||
});
|
||||
dlg.ShowModal();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue