mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
SLA slices preview - completed prototype
This commit is contained in:
parent
729e35f1ff
commit
bac021d516
4 changed files with 187 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue