mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Ported diff_ex, intersection_ex, union_ex, xor_ex
This commit is contained in:
@@ -70,7 +70,7 @@ sub make_fill {
|
||||
@groups = sort { defined $a->[0]->bridge_angle ? -1 : 0 } @groups;
|
||||
|
||||
foreach my $group (@groups) {
|
||||
my $union = union_ex([ map $_->p, @$group ], undef, 1);
|
||||
my $union = union_ex([ map $_->p, @$group ], 1);
|
||||
|
||||
# subtract surfaces having a defined bridge_angle from any other
|
||||
if (@surfaces_with_bridge_angle && !defined $group->[0]->bridge_angle) {
|
||||
@@ -120,7 +120,6 @@ sub make_fill {
|
||||
(map @{$_->expolygon}, grep $_->surface_type == S_TYPE_INTERNALVOID, @surfaces),
|
||||
(@$collapsed),
|
||||
],
|
||||
undef,
|
||||
1,
|
||||
)};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user