Don't extrude acute angles

This commit is contained in:
Alessandro Ranellucci 2011-10-01 14:26:54 +02:00
parent 25ea8a0204
commit ea88cad8e3
4 changed files with 52 additions and 5 deletions

View file

@ -170,9 +170,10 @@ sub make_fill {
}
# save into layer
FINISH: push @{ $layer->fills }, Slic3r::ExtrusionPath::Collection->new(
push @{ $layer->fills }, Slic3r::ExtrusionPath::Collection->new(
paths => [ map Slic3r::ExtrusionPath->cast([ @$_ ]), @path_collection ],
);
$layer->fills->[-1]->cleanup;
}
}