mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-29 19:53:44 -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
|
|
@ -21,6 +21,11 @@ our $Options = {
|
|||
serialize => sub { join '\n', split /\R/, $_[0] },
|
||||
deserialize => sub { join "\n", split /\\n/, $_[0] },
|
||||
},
|
||||
'threads' => {
|
||||
label => 'Threads (more speed, more memory usage)',
|
||||
cli => 'threads|j=i',
|
||||
type => 'i',
|
||||
},
|
||||
|
||||
# output options
|
||||
'output_filename_format' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue