1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-22 09:54:27 +00:00

Move centering outside the Print object

This commit is contained in:
Alessandro Ranellucci
2013-12-15 16:17:12 +01:00
parent 2eff7c238e
commit 250608aa52
10 changed files with 174 additions and 115 deletions
+3
View File
@@ -37,6 +37,9 @@ class TriangleMesh
stl_file stl;
bool repaired;
private:
void require_shared_vertices();
#ifdef SLIC3RXS
SV* to_SV();
void ReadFromPerl(SV* vertices, SV* facets);