1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-23 10:04:26 +00:00

Set number of threads from GUI and save it in config files. #154

This commit is contained in:
Alessandro Ranellucci
2012-05-19 15:08:32 +02:00
parent b93a46969d
commit 8fe5d11624
3 changed files with 11 additions and 2 deletions
+5
View File
@@ -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' => {