mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-06 13:34:05 -06:00
Get rid of useless Slic3r::Fill instances
This commit is contained in:
parent
cec7bf815c
commit
44d91774a6
3 changed files with 6 additions and 3 deletions
|
@ -232,7 +232,7 @@ sub make_perimeters {
|
|||
|
||||
# fill gaps
|
||||
{
|
||||
my $filler = Slic3r::Fill->new(print => $self->layer->object->print)->filler('rectilinear');
|
||||
my $filler = Slic3r::Fill::Rectilinear->new;
|
||||
|
||||
my $w = $self->perimeter_flow->width;
|
||||
my @widths = (1.5 * $w, $w, 0.5 * $w); # worth trying 0.2 too?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue