mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Added menu Edit -> Delete selected
This commit is contained in:
parent
681beeadf6
commit
3e939a7496
4 changed files with 15 additions and 0 deletions
|
@ -135,6 +135,7 @@ public:
|
|||
void increase_instances(size_t num = 1);
|
||||
void decrease_instances(size_t num = 1);
|
||||
void set_number_of_copies(/*size_t num*/);
|
||||
bool is_selection_empty() const;
|
||||
|
||||
void cut(size_t obj_idx, size_t instance_idx, coordf_t z);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue