mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
support generation when support point is added or removed. Rendering interface for SLA supports
This commit is contained in:
parent
98a640ea06
commit
31967d0d1d
5 changed files with 76 additions and 2 deletions
|
@ -196,6 +196,11 @@ void SLAPrint::process()
|
|||
}
|
||||
}
|
||||
|
||||
void SLAPrint::render_supports(SLASupportRenderer &renderer)
|
||||
{
|
||||
std::cout << "Would show the SLA supports" << std::endl;
|
||||
}
|
||||
|
||||
SLAPrintObject::SLAPrintObject(SLAPrint *print, ModelObject *model_object):
|
||||
Inherited(print),
|
||||
m_model_object(model_object),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue