mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 23:23:59 -06:00
Parse AMF
This commit is contained in:
parent
dba6197935
commit
79ebb13bdb
8 changed files with 105 additions and 11 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue