Require Math::Clipper 1.17
This commit is contained in:
parent
954520cba5
commit
0ddd6d9e55
2
Build.PL
2
Build.PL
@ -12,7 +12,7 @@ my $build = Module::Build->new(
|
|||||||
'File::Basename' => '0',
|
'File::Basename' => '0',
|
||||||
'File::Spec' => '0',
|
'File::Spec' => '0',
|
||||||
'Getopt::Long' => '0',
|
'Getopt::Long' => '0',
|
||||||
'Math::Clipper' => '1.15',
|
'Math::Clipper' => '1.17',
|
||||||
'Math::ConvexHull::MonotoneChain' => '0.01',
|
'Math::ConvexHull::MonotoneChain' => '0.01',
|
||||||
'Math::Geometry::Voronoi' => '1.3',
|
'Math::Geometry::Voronoi' => '1.3',
|
||||||
'Math::PlanePath' => '53',
|
'Math::PlanePath' => '53',
|
||||||
|
@ -8,7 +8,7 @@ our @EXPORT_OK = qw(safety_offset offset offset_ex
|
|||||||
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
|
||||||
JT_SQUARE is_counter_clockwise);
|
JT_SQUARE is_counter_clockwise);
|
||||||
|
|
||||||
use Math::Clipper 1.15 qw(:cliptypes :polyfilltypes :jointypes is_counter_clockwise area);
|
use Math::Clipper 1.17 qw(:cliptypes :polyfilltypes :jointypes is_counter_clockwise area);
|
||||||
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