1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-16 08:54:26 +00:00

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
+1 -2
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 {