mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 10:19:00 +08:00
[print_preset] and others were erroneously renamed to [print] etc. #675
This commit is contained in:
parent
c33333cfd8
commit
1f4706f02f
@ -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),
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user