mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-31 09:02:53 +00:00
Many changes and fixes to remove leaks and return objects by reference
This commit is contained in:
@@ -643,7 +643,7 @@ sub discover_horizontal_shells {
|
||||
# additional area in the next shell too
|
||||
|
||||
# make sure our grown surfaces don't exceed the fill area
|
||||
my @grown = map @$_, @{intersection_ex(
|
||||
my @grown = @{intersection(
|
||||
offset([ map @$_, @$too_narrow ], +$margin),
|
||||
[ map $_->p, @neighbor_fill_surfaces ],
|
||||
)};
|
||||
|
||||
Reference in New Issue
Block a user