mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Refactoring: new Layer::make_fill() method
This commit is contained in:
parent
9eabbded2b
commit
a32937cef2
3 changed files with 15 additions and 15 deletions
|
@ -480,6 +480,7 @@ sub process_layer {
|
|||
# - for each extruder, we group extrusions by island
|
||||
# - for each island, we extrude perimeters first, unless user set the infill_first
|
||||
# option
|
||||
# (Still, we have to keep track of regions because we need to apply their config)
|
||||
|
||||
# group extrusions by extruder and then by island
|
||||
my %by_extruder = (); # extruder_id => [ { perimeters => \@perimeters, infill => \@infill } ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue