mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
[print_preset] and others were erroneously renamed to [print] etc. #675
This commit is contained in:
@@ -556,7 +556,7 @@ sub _init_print {
|
|||||||
return Slic3r::Print->new(
|
return Slic3r::Print->new(
|
||||||
config => $self->skeinpanel->config,
|
config => $self->skeinpanel->config,
|
||||||
extra_variables => {
|
extra_variables => {
|
||||||
map { $_ => $self->skeinpanel->{options_tabs}{$_}->current_preset->{name} } qw(print filament printer),
|
map { "${_}_preset" => $self->skeinpanel->{options_tabs}{$_}->current_preset->{name} } qw(print filament printer),
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user