mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 13:47:59 -06:00
ObjectList: Implemented interface for delete InfoItem
This commit is contained in:
parent
5a005e8e0a
commit
08e2e29afd
3 changed files with 9 additions and 5 deletions
|
@ -254,6 +254,7 @@ public:
|
|||
void del_layer_from_object(const int obj_idx, const t_layer_height_range& layer_range);
|
||||
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 del_info_item(const int obj_idx, InfoItemType type);
|
||||
void split();
|
||||
void merge(bool to_multipart_object);
|
||||
void layers_editing();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue