mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
New selection -> Removed unneeded methods and small refactor
This commit is contained in:
parent
ea7216c019
commit
2c9a82e582
4 changed files with 69 additions and 30 deletions
|
@ -113,8 +113,8 @@ public:
|
|||
|
||||
void remove(size_t obj_idx);
|
||||
void remove_selected();
|
||||
void increase(size_t num = 1);
|
||||
void decrease(size_t num = 1);
|
||||
void increase_instances(size_t num = 1);
|
||||
void decrease_instances(size_t num = 1);
|
||||
void set_number_of_copies(size_t num);
|
||||
|
||||
// Note: empty path means "use the default"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue