Restore better perimeter/infill overlap for solid surfaces

This commit is contained in:
Alessandro Ranellucci 2011-12-16 18:37:43 +01:00
parent 8e04d763f4
commit cd0fd80a69

View file

@ -51,7 +51,7 @@ sub fill_surface {
}
# connect lines
if ($params{density} < 1) {
{
my $collection = Slic3r::ExtrusionPath::Collection->new(
paths => [ map Slic3r::ExtrusionPath->cast([ @$_ ], role => 'bogus'), @paths ],
);