mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
Fix typo causing incomplete honeycomb infill after recent refactoring
This commit is contained in:
@@ -41,7 +41,7 @@ sub filler {
|
|||||||
|
|
||||||
if (!$self->fillers->{$filler}) {
|
if (!$self->fillers->{$filler}) {
|
||||||
my $f = $self->fillers->{$filler} = $FillTypes{$filler}->new;
|
my $f = $self->fillers->{$filler} = $FillTypes{$filler}->new;
|
||||||
$f->bounding_box([ $self->print->bounding_box ]) if $filler->can('bounding_box');
|
$f->bounding_box([ $self->print->bounding_box ]) if $f->can('bounding_box');
|
||||||
}
|
}
|
||||||
return $self->fillers->{$filler};
|
return $self->fillers->{$filler};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user