mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
fix an bug that wrong bed type was used for thirdparty printers
This commit is contained in:
@@ -1040,7 +1040,7 @@ void Sidebar::update_all_preset_comboboxes()
|
|||||||
p_mainframe->load_printer_url(host_url);
|
p_mainframe->load_printer_url(host_url);
|
||||||
}
|
}
|
||||||
|
|
||||||
m_bed_type_list->SelectAndNotify(btPEI);
|
m_bed_type_list->SelectAndNotify(btPEI-1);
|
||||||
m_bed_type_list->Disable();
|
m_bed_type_list->Disable();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -11391,4 +11391,4 @@ SuppressBackgroundProcessingUpdate::~SuppressBackgroundProcessingUpdate()
|
|||||||
wxGetApp().plater()->schedule_background_process(m_was_scheduled);
|
wxGetApp().plater()->schedule_background_process(m_was_scheduled);
|
||||||
}
|
}
|
||||||
|
|
||||||
}} // namespace Slic3r::GUI
|
}} // namespace Slic3r::GUI
|
||||||
|
|||||||
Reference in New Issue
Block a user