mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-09 23:05:04 -06:00
Set number of threads from GUI and save it in config files. #154
This commit is contained in:
parent
b93a46969d
commit
8fe5d11624
3 changed files with 11 additions and 2 deletions
|
@ -25,7 +25,6 @@ my %cli_options = ();
|
|||
'save=s' => \$opt{save},
|
||||
'load=s@' => \$opt{load},
|
||||
'ignore-nonexistent-config' => \$opt{ignore_nonexistent_config},
|
||||
'threads|j=i' => \$Slic3r::threads,
|
||||
'export-svg' => \$opt{export_svg},
|
||||
'merge|m' => \$opt{merge},
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue