mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 06:04:01 -06:00
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:
parent
ccdb29ddc9
commit
a73020c10e
3 changed files with 18 additions and 40 deletions
|
@ -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(@$_),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue