mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Remove XXX from dependencies
This commit is contained in:
parent
356e750cf4
commit
d51ba94e8a
24 changed files with 0 additions and 24 deletions
|
@ -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] ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue