mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Ported diff_ex, intersection_ex, union_ex, xor_ex
This commit is contained in:
parent
f7ada2b5db
commit
bf8c799685
9 changed files with 72 additions and 48 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue