Automatically repair any input STL file

This commit is contained in:
Alessandro Ranellucci 2013-06-24 20:34:57 +02:00
parent d30b4f0310
commit 5975145426
2 changed files with 4 additions and 93 deletions

View file

@ -9,8 +9,4 @@ 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__