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

New Slic3r::TriangleMesh::XS->ToPerl() method

This commit is contained in:
Alessandro Ranellucci
2013-06-24 20:11:56 +02:00
parent ecdc2f077b
commit d30b4f0310
4 changed files with 49 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@
void ReadSTLFile(char* input_file);
void Repair();
void WriteOBJFile(char* output_file);
AV* ToPerl();
};
%package{Slic3r::TriangleMesh::XS};