mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 11:17:51 -06:00
Enforce the requirement for recent versions of Wx and Math::ConvexHull. #27
This commit is contained in:
parent
6d6533831e
commit
b5ca83abf8
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ package Slic3r::Perimeter;
|
|||
use Moo;
|
||||
|
||||
use Math::Clipper ':all';
|
||||
use Math::ConvexHull qw(convex_hull);
|
||||
use Math::ConvexHull 1.0.4 qw(convex_hull);
|
||||
use XXX;
|
||||
|
||||
use constant X => 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue