mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 20:51:23 -07:00
Infill refactoring and cleanup complete
This commit is contained in:
parent
d928f005e6
commit
36d24ccb0b
7 changed files with 108 additions and 162 deletions
|
|
@ -54,7 +54,7 @@ sub make_fill {
|
|||
|
||||
# merge adjacent surfaces
|
||||
# in case of bridge surfaces, the ones with defined angle will be attached to the ones
|
||||
# without any angle (shouldn't this logic be moved to process_bridges()?)
|
||||
# without any angle (shouldn't this logic be moved to process_external_surfaces()?)
|
||||
my @surfaces = ();
|
||||
{
|
||||
my @surfaces_with_bridge_angle = grep defined $_->bridge_angle, @{$layerm->fill_surfaces};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue