mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-09 06:45:25 -06:00
Fixed a regression bug due to some Perl to C++ porting
of a configuration layer. Fixes https://github.com/prusa3d/Slic3r/issues/627
This commit is contained in:
parent
cdab27d337
commit
eaaac8b2a4
2 changed files with 3 additions and 3 deletions
|
@ -35,7 +35,7 @@ my %opt = ();
|
|||
# load config
|
||||
my $config = Slic3r::Config::new_from_defaults;
|
||||
if ($opt{load}) {
|
||||
$config->apply(Slic3r::Config->load($opt{load}));
|
||||
$config->apply(Slic3r::Config::load($opt{load}));
|
||||
}
|
||||
|
||||
# init print
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue