mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
FIX: remove the restriction
jira: [STUDIO-11094] Change-Id: Ic13f07abaf5eda5d3077275d74071e5e342b2c77 (cherry picked from commit 319313fc2d72c8e442a6030b4317a9d47da5a182)
This commit is contained in:
@@ -4454,10 +4454,7 @@ void SelectMachineDialog::set_default_from_sdcard()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (obj_ &&
|
if (obj_ && obj_->dev_id == m_printer_last_select)
|
||||||
obj_->has_ams() &&
|
|
||||||
(m_checkbox_list["use_ams"]->getValue() == "on") &&
|
|
||||||
obj_->dev_id == m_printer_last_select)
|
|
||||||
{
|
{
|
||||||
m_mapping_popup.set_parent_item(item);
|
m_mapping_popup.set_parent_item(item);
|
||||||
m_mapping_popup.set_current_filament_id(fo.id);
|
m_mapping_popup.set_current_filament_id(fo.id);
|
||||||
|
|||||||
Reference in New Issue
Block a user