Faster implementation of concentric infill, with loop order reversed so that smaller loops will be printed at the end. #898

This commit is contained in:
Alessandro Ranellucci 2013-05-13 21:22:57 +02:00
parent ccdb29ddc9
commit a73020c10e
3 changed files with 18 additions and 40 deletions

View file

@ -176,6 +176,7 @@ sub make_fill {
# save into layer
next unless @paths;
push @fills, Slic3r::ExtrusionPath::Collection->new(
no_sort => $params->{no_sort},
paths => [
map Slic3r::ExtrusionPath->pack(
polyline => Slic3r::Polyline->new(@$_),