mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
Set number of threads from GUI and save it in config files. #154
This commit is contained in:
@@ -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' => {
|
||||
|
||||
Reference in New Issue
Block a user