mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Adding checkbox for disabling support generation (still having pad generation)
This commit is contained in:
parent
7efadfae1c
commit
d28b61f8a3
8 changed files with 72 additions and 24 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue