mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 06:04:01 -06:00
Ported ExPolygon->contour and ExPolygon->holes
This commit is contained in:
parent
85011dfef3
commit
da0b85c0d9
7 changed files with 14 additions and 18 deletions
|
@ -245,7 +245,7 @@ sub slice {
|
|||
]);
|
||||
my $diff = diff_ex(
|
||||
[ map @$_, @$union ],
|
||||
[ map $_->expolygon->holes, @upper_surfaces, @lower_surfaces, ],
|
||||
[ map @{$_->expolygon->holes}, @upper_surfaces, @lower_surfaces, ],
|
||||
);
|
||||
|
||||
$layerm->slices->clear;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue