1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-01 11:25:50 +00:00

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
-4
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__