Only connect infill edges when not doing solid surfaces

This commit is contained in:
Alessandro Ranellucci 2011-12-13 17:36:03 +01:00
parent 56691c1dea
commit 569e737ae1

View file

@ -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 ],
);