mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 21:45:57 +08:00
Fixed regression in --load. #3816
This commit is contained in:
parent
7be97d319c
commit
d5a0e78c16
@ -124,6 +124,7 @@ die $@ if $@ && $opt{gui};
|
|||||||
if (@ARGV) { # slicing from command line
|
if (@ARGV) { # slicing from command line
|
||||||
# apply command line config on top of default config
|
# apply command line config on top of default config
|
||||||
my $config = Slic3r::Config->new_from_defaults;
|
my $config = Slic3r::Config->new_from_defaults;
|
||||||
|
$config->apply($_) for @external_configs;
|
||||||
$config->apply($cli_config);
|
$config->apply($cli_config);
|
||||||
$config->validate;
|
$config->validate;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user