support generation when support point is added or removed. Rendering interface for SLA supports

This commit is contained in:
tamasmeszaros 2018-11-12 17:35:57 +01:00
parent 98a640ea06
commit 31967d0d1d
5 changed files with 76 additions and 2 deletions

View file

@ -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),