1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-28 10:45:50 +00:00

slicing the supports WIP

This commit is contained in:
tamasmeszaros
2018-11-07 17:57:02 +01:00
parent d7baac59ef
commit f6591f000e
2 changed files with 43 additions and 2 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ public:
void merged_mesh(TriangleMesh& outmesh) const;
/// Get the sliced 2d layers of the support geometry.
SlicedSupports slice() const;
SlicedSupports slice(float layerh, float init_layerh = -1.0) const;
};
}