mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
NEW: add plate tab at objectlist
Jira: STUDIO-4154 Change-Id: Id24517df3c15cc3907cb6b1fe0ea9d1b6c6d1e56
This commit is contained in:
@@ -5097,6 +5097,11 @@ Tab* GUI_App::get_tab(Preset::Type type)
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
Tab* GUI_App::get_plate_tab()
|
||||
{
|
||||
return plate_tab;
|
||||
}
|
||||
|
||||
Tab* GUI_App::get_model_tab(bool part)
|
||||
{
|
||||
return model_tabs_list[part ? 1 : 0];
|
||||
|
||||
Reference in New Issue
Block a user