mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-20 23:09:18 -07:00
Bugfix: when an external config was selected in any section, exported settings didn't reflect other sections properly
This commit is contained in:
@@ -835,7 +835,9 @@ sub new_from_cli {
|
||||
|
||||
sub merge {
|
||||
my $class = shift;
|
||||
return $class->new(map %$_, @_);
|
||||
my $config = $class->new;
|
||||
$config->apply($_) for @_;
|
||||
return $config;
|
||||
}
|
||||
|
||||
sub load {
|
||||
|
||||
Reference in New Issue
Block a user