mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 13:04:03 -06:00
Fix typo causing incomplete honeycomb infill after recent refactoring
This commit is contained in:
parent
93a8391e18
commit
d67c07bd47
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ sub filler {
|
|||
|
||||
if (!$self->fillers->{$filler}) {
|
||||
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};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue