mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 18:27:58 -06:00
fix an bug that wrong bed type was used for thirdparty printers
This commit is contained in:
parent
ab8e0665b6
commit
1938ab44ba
1 changed files with 2 additions and 2 deletions
|
@ -1040,7 +1040,7 @@ void Sidebar::update_all_preset_comboboxes()
|
|||
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();
|
||||
}
|
||||
|
||||
|
@ -11391,4 +11391,4 @@ SuppressBackgroundProcessingUpdate::~SuppressBackgroundProcessingUpdate()
|
|||
wxGetApp().plater()->schedule_background_process(m_was_scheduled);
|
||||
}
|
||||
|
||||
}} // namespace Slic3r::GUI
|
||||
}} // namespace Slic3r::GUI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue