1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-31 11:15:52 +00:00

Fix compilation and test suite

This commit is contained in:
Alessandro Ranellucci
2013-12-18 16:34:31 +01:00
parent 0591eecab7
commit 916a0a0e58
7 changed files with 59 additions and 21 deletions
+3 -3
View File
@@ -37,13 +37,13 @@ class TriangleMesh
stl_file stl;
bool repaired;
private:
void require_shared_vertices();
#ifdef SLIC3RXS
SV* to_SV();
void ReadFromPerl(SV* vertices, SV* facets);
#endif
private:
void require_shared_vertices();
};
enum FacetEdgeType { feNone, feTop, feBottom };