1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-28 10:45:50 +00:00
This commit is contained in:
Daren Schwenke
2015-06-01 02:48:11 -04:00
parent e26022a2f2
commit 23119e3673
+1 -1
View File
@@ -471,7 +471,7 @@ sub update_presets {
sub filament_presets { sub filament_presets {
my $self = shift; my $self = shift;
return map $_->GetSelection, @{ $self->{preset_choosers}{filament} }; return map scalar($_->GetSelection), @{ $self->{preset_choosers}{filament} };
} }
sub add { sub add {