mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-29 04:11:59 +08:00
fix an bug that wrong bed type was used for thirdparty printers
This commit is contained in:
parent
ab8e0665b6
commit
1938ab44ba
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user