mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 03:07:55 -06:00
Fix regression in Config->setenv affecting post-processing scripts. Includes regression test
This commit is contained in:
parent
bba69ed22f
commit
634ccb33ab
2 changed files with 21 additions and 1 deletions
|
@ -171,7 +171,7 @@ sub save {
|
|||
sub setenv {
|
||||
my $self = shift;
|
||||
|
||||
foreach my $opt_key (sort keys %$Options) {
|
||||
foreach my $opt_key (@{$self->get_keys}) {
|
||||
$ENV{"SLIC3R_" . uc $opt_key} = $self->serialize($opt_key);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue