SLA slices preview - completed prototype

This commit is contained in:
Enrico Turri 2018-11-28 15:13:25 +01:00
parent 729e35f1ff
commit bac021d516
4 changed files with 187 additions and 6 deletions

View file

@ -1013,7 +1013,7 @@ const TriangleMesh EMPTY_MESH;
const std::vector<ExPolygons> &SLAPrintObject::get_support_slices() const
{
// assert(is_step_done(slaposSliceSupports));
if(!!m_supportdata) return EMPTY_SLICES;
if (!m_supportdata) return EMPTY_SLICES;
return m_supportdata->support_slices;
}