mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 08:17:51 -06:00
Implemented delete_layers_from_object()
This commit is contained in:
parent
a516f76f94
commit
e531d224e8
4 changed files with 42 additions and 13 deletions
|
@ -227,6 +227,7 @@ public:
|
|||
void del_subobject_item(wxDataViewItem& item);
|
||||
void del_settings_from_config();
|
||||
void del_instances_from_object(const int obj_idx);
|
||||
void del_layers_from_object(const int obj_idx);
|
||||
bool del_subobject_from_object(const int obj_idx, const int idx, const int type);
|
||||
void split();
|
||||
void layers_editing();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue