Require Math::Clipper 1.07 which includes the fix for #233
This commit is contained in:
parent
710275f7c0
commit
a7c36846c0
2
Build.PL
2
Build.PL
@ -10,7 +10,7 @@ my $build = Module::Build->new(
|
|||||||
'Boost::Geometry::Utils' => '0',
|
'Boost::Geometry::Utils' => '0',
|
||||||
'File::Basename' => '0',
|
'File::Basename' => '0',
|
||||||
'Getopt::Long' => '0',
|
'Getopt::Long' => '0',
|
||||||
'Math::Clipper' => '1.05',
|
'Math::Clipper' => '1.07',
|
||||||
'Math::ConvexHull' => '1.0.4',
|
'Math::ConvexHull' => '1.0.4',
|
||||||
'Math::Geometry::Voronoi' => '1.3',
|
'Math::Geometry::Voronoi' => '1.3',
|
||||||
'Math::PlanePath' => '53',
|
'Math::PlanePath' => '53',
|
||||||
|
@ -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
|
diff_ex diff union_ex intersection_ex xor_ex PFT_EVENODD JT_MITER JT_ROUND
|
||||||
is_counter_clockwise);
|
is_counter_clockwise);
|
||||||
|
|
||||||
use Math::Clipper 1.05 ':all';
|
use Math::Clipper 1.07 ':all';
|
||||||
use Slic3r::Geometry qw(scale);
|
use Slic3r::Geometry qw(scale);
|
||||||
our $clipper = Math::Clipper->new;
|
our $clipper = Math::Clipper->new;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user