mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-09 07:56:24 -06:00
FIX: update ams list in SelectMachineDialog
Change-Id: Ice625ab10197ba1e49d70243ee020c5eeae60053
This commit is contained in:
parent
3651066a77
commit
c243893aae
1 changed files with 2 additions and 0 deletions
|
@ -1973,6 +1973,8 @@ void SelectMachineDialog::on_selection_changed(wxCommandEvent &event)
|
|||
obj->command_get_version();
|
||||
obj->command_request_push_all();
|
||||
dev->set_selected_machine(m_printer_last_select);
|
||||
// Has changed machine unrecoverably
|
||||
GUI::wxGetApp().sidebar().load_ams_list(obj->amsList);
|
||||
update_select_layout(obj);
|
||||
} else {
|
||||
BOOST_LOG_TRIVIAL(error) << "on_selection_changed dev_id not found";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue