mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 02:52:10 +00:00
Bugfix: when an external config was selected in any section, exported settings didn't reflect other sections properly
This commit is contained in:
@@ -210,7 +210,8 @@ sub get_preset_config {
|
||||
}
|
||||
|
||||
# apply preset values on top of defaults
|
||||
$config->apply(Slic3r::Config->load($preset->{file}));
|
||||
my $external_config = Slic3r::Config->load($preset->{file});
|
||||
$config->set($_, $external_config->get($_)) for @{$self->{options}};
|
||||
}
|
||||
|
||||
return $config;
|
||||
|
||||
Reference in New Issue
Block a user