mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-21 01:58:08 +08:00
Fixes #2858
This commit is contained in:
parent
e26022a2f2
commit
23119e3673
@ -471,7 +471,7 @@ sub update_presets {
|
||||
sub filament_presets {
|
||||
my $self = shift;
|
||||
|
||||
return map $_->GetSelection, @{ $self->{preset_choosers}{filament} };
|
||||
return map scalar($_->GetSelection), @{ $self->{preset_choosers}{filament} };
|
||||
}
|
||||
|
||||
sub add {
|
||||
|
Loading…
x
Reference in New Issue
Block a user