mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-22 18:32:16 +00:00
FIX: modify plate print sequence, the wipe tower is not update
STUDIO-2279 STUDIO-2280 Change-Id: I9a65ae4c02afc48666131b37d0282d59aa25c560
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user