mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Align rectilinear and line infill across layers (new implementation). #712
This commit is contained in:
@@ -39,10 +39,9 @@ sub filler {
|
||||
return $FillTypes{$filler}->new;
|
||||
}
|
||||
|
||||
if (!$self->fillers->{$filler}) {
|
||||
my $f = $self->fillers->{$filler} = $FillTypes{$filler}->new;
|
||||
$f->bounding_box([ $self->print->bounding_box ]) if $f->can('bounding_box');
|
||||
}
|
||||
$self->fillers->{$filler} ||= $FillTypes{$filler}->new(
|
||||
bounding_box => [ $self->print->bounding_box ],
|
||||
);
|
||||
return $self->fillers->{$filler};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user