mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-31 09:02:53 +00:00
Ported diff_ex, intersection_ex, union_ex, xor_ex
This commit is contained in:
@@ -610,7 +610,7 @@ sub discover_horizontal_shells {
|
||||
my $new_internal_solid = intersection_ex(
|
||||
[ map @$_, @$solid ],
|
||||
[ map $_->p, grep { ($_->surface_type == S_TYPE_INTERNAL) || ($_->surface_type == S_TYPE_INTERNALSOLID) } @neighbor_fill_surfaces ],
|
||||
undef, 1,
|
||||
1,
|
||||
);
|
||||
next if !@$new_internal_solid;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user