mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 08:17:51 -06:00
Added delete_instance_from_list(obj_idx, inst_idx) function
This commit is contained in:
parent
b721f9431a
commit
ad8f270796
2 changed files with 6 additions and 0 deletions
|
@ -116,6 +116,7 @@ public:
|
|||
void delete_object_from_list();
|
||||
void delete_object_from_list(const size_t obj_idx);
|
||||
void delete_volume_from_list(const size_t obj_idx, const size_t vol_idx);
|
||||
void delete_instance_from_list(const size_t obj_idx, const size_t inst_idx);
|
||||
// Delete all objects from the list
|
||||
void delete_all_objects_from_list();
|
||||
// Increase instances count
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue