Parse AMF

This commit is contained in:
Alessandro Ranellucci 2012-02-19 15:14:54 +01:00
parent dba6197935
commit 79ebb13bdb
8 changed files with 105 additions and 11 deletions

View file

@ -1,8 +1,7 @@
package Slic3r::STL;
use Moo;
use Math::Clipper qw(integerize_coordinate_sets is_counter_clockwise);
use Slic3r::Geometry qw(X Y Z three_points_aligned longest_segment);
use Slic3r::Geometry qw(X Y Z);
use XXX;
sub read_file {