Require Math::Clipper 1.09 because it contains important bugfixes

This commit is contained in:
Alessandro Ranellucci 2012-06-21 10:53:04 +02:00
parent be8970b497
commit 94e28b9ab8
2 changed files with 2 additions and 2 deletions

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.07 ':all';
use Math::Clipper 1.09 ':all';
use Slic3r::Geometry qw(scale);
our $clipper = Math::Clipper->new;