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

View file

@ -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},
);