mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-22 00:01:09 -06:00
Fix compilation and test suite
This commit is contained in:
parent
0591eecab7
commit
916a0a0e58
7 changed files with 59 additions and 21 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue