mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 21:14:01 -06:00
Bugfix: sometimes holes were detected as contours
This commit is contained in:
parent
133f3a0495
commit
f7a9c9be63
2 changed files with 12 additions and 3 deletions
|
@ -5,7 +5,8 @@ use warnings;
|
|||
require Exporter;
|
||||
our @ISA = qw(Exporter);
|
||||
our @EXPORT_OK = qw(explode_expolygon explode_expolygons safety_offset offset
|
||||
diff_ex diff union_ex intersection_ex PFT_EVENODD JT_MITER JT_ROUND);
|
||||
diff_ex diff union_ex intersection_ex PFT_EVENODD JT_MITER JT_ROUND
|
||||
is_counter_clockwise);
|
||||
|
||||
use Math::Clipper 1.02 ':all';
|
||||
our $clipper = Math::Clipper->new;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue