mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Remove XXX from dependencies
This commit is contained in:
@@ -2,7 +2,6 @@ package Slic3r::TriangleMesh;
|
||||
use Moo;
|
||||
|
||||
use Slic3r::Geometry qw(X Y Z A B unscale same_point);
|
||||
use XXX;
|
||||
|
||||
# public
|
||||
has 'vertices' => (is => 'ro', required => 1); # id => [ [$x1,$y1],[$x2,$y2],[$x3,$y3] ]
|
||||
|
||||
Reference in New Issue
Block a user