mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-26 20:59:16 -07:00
Ported ExPolygon->contour and ExPolygon->holes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user