Only connect infill edges when not doing solid surfaces
This commit is contained in:
parent
56691c1dea
commit
569e737ae1
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ sub fill_surface {
|
|||
}
|
||||
|
||||
# connect lines
|
||||
{
|
||||
if ($params{density} < 1) {
|
||||
my $collection = Slic3r::ExtrusionPath::Collection->new(
|
||||
paths => [ map Slic3r::ExtrusionPath->cast([ @$_ ], role => 'bogus'), @paths ],
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue