New Slic3r::TriangleMesh::XS class
This commit is contained in:
parent
b33b30b09d
commit
f29faf0548
8 changed files with 116 additions and 76 deletions
|
@ -9,4 +9,8 @@ use Test::More tests => 1;
|
|||
is Slic3r::TriangleMesh::XS::hello_world(), 'Hello world!',
|
||||
'hello world';
|
||||
|
||||
my $t = Slic3r::TriangleMesh::XS->new();
|
||||
$t->ReadSTLFile("../../stl/testcube20mm.stl");
|
||||
use XXX; XXX($t);
|
||||
|
||||
__END__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue