Adding checkbox for disabling support generation (still having pad generation)

This commit is contained in:
tamasmeszaros
2018-11-22 18:02:05 +01:00
parent 0f0d163c54
commit 6de2f09ac5
8 changed files with 72 additions and 24 deletions

View File

@@ -1619,6 +1619,11 @@ bool SLASupportTree::generate(const PointSet &points,
return pc == ABORT;
}
SLASupportTree::SLASupportTree(): m_impl(new Impl())
{
}
const TriangleMesh &SLASupportTree::merged_mesh() const
{
return get().merged_mesh();