mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-30 08:32:42 +00:00
New Slic3r::TriangleMesh::XS class
This commit is contained in:
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user