Fix typo in previous commit
This commit is contained in:
parent
d8c192ae05
commit
fd74577eae
1 changed files with 1 additions and 1 deletions
|
@ -556,7 +556,7 @@ sub _init_print {
|
|||
return Slic3r::Print->new(
|
||||
config => $self->skeinpanel->config,
|
||||
extra_variables => {
|
||||
map { "${_}_preset" => $self->skeinpanel->{options_tabs}{$_}->current_preset->{name} } qw(print filament printer),
|
||||
map { +"${_}_preset" => $self->skeinpanel->{options_tabs}{$_}->current_preset->{name} } qw(print filament printer),
|
||||
},
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue