Restore better perimeter/infill overlap for solid surfaces
This commit is contained in:
parent
8e04d763f4
commit
cd0fd80a69
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ sub fill_surface {
|
||||||
}
|
}
|
||||||
|
|
||||||
# connect lines
|
# connect lines
|
||||||
if ($params{density} < 1) {
|
{
|
||||||
my $collection = Slic3r::ExtrusionPath::Collection->new(
|
my $collection = Slic3r::ExtrusionPath::Collection->new(
|
||||||
paths => [ map Slic3r::ExtrusionPath->cast([ @$_ ], role => 'bogus'), @paths ],
|
paths => [ map Slic3r::ExtrusionPath->cast([ @$_ ], role => 'bogus'), @paths ],
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue