Fixed regression in --load. #3816

This commit is contained in:
Alessandro Ranellucci 2017-03-28 18:02:33 +02:00
parent 7be97d319c
commit d5a0e78c16

View File

@ -124,6 +124,7 @@ die $@ if $@ && $opt{gui};
if (@ARGV) { # slicing from command line
# apply command line config on top of default config
my $config = Slic3r::Config->new_from_defaults;
$config->apply($_) for @external_configs;
$config->apply($cli_config);
$config->validate;