mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 04:13:50 +00:00
Automatically repair any input STL file
This commit is contained in:
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user