mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Added "Set number of copies…" to the context menu
This commit is contained in:
parent
965236a9d9
commit
cbb62142de
3 changed files with 11 additions and 13 deletions
|
@ -114,7 +114,7 @@ public:
|
|||
void remove_selected();
|
||||
void increase_instances(size_t num = 1);
|
||||
void decrease_instances(size_t num = 1);
|
||||
void set_number_of_copies(size_t num);
|
||||
void set_number_of_copies(/*size_t num*/);
|
||||
|
||||
// Note: empty path means "use the default"
|
||||
void export_gcode(boost::filesystem::path output_path = boost::filesystem::path());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue