mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-22 08:11:11 -06:00
Multithreaded infill. #154
This commit is contained in:
parent
8cdf9debfb
commit
8b777e9d70
6 changed files with 37 additions and 5 deletions
|
@ -25,6 +25,7 @@ my %cli_options = ();
|
|||
'save=s' => \$opt{save},
|
||||
'load=s@' => \$opt{load},
|
||||
'ignore-nonexistent-config' => \$opt{ignore_nonexistent_config},
|
||||
'threads|j=i' => \$Slic3r::threads,
|
||||
);
|
||||
foreach my $opt_key (keys %$Slic3r::Config::Options) {
|
||||
my $opt = $Slic3r::Config::Options->{$opt_key};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue