1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-24 10:05:52 +00:00

Bugfix: some holes were filled. #291

This commit is contained in:
Alessandro Ranellucci
2012-04-02 11:40:12 +02:00
parent f380b1007d
commit 0afb5ad9dd
5 changed files with 21 additions and 19 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ our @EXPORT_OK = qw(explode_expolygon explode_expolygons safety_offset offset
diff_ex diff union_ex intersection_ex xor_ex PFT_EVENODD JT_MITER JT_ROUND
is_counter_clockwise);
use Math::Clipper 1.03 ':all';
use Math::Clipper 1.05 ':all';
use Slic3r::Geometry qw(scale);
our $clipper = Math::Clipper->new;