mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Do not show objects' shell in sla preview until pass slaposIndexSlices is completed
This commit is contained in:
@@ -7426,6 +7426,9 @@ void GLCanvas3D::_load_shells_sla()
|
|||||||
int obj_idx = 0;
|
int obj_idx = 0;
|
||||||
for (const SLAPrintObject* obj : print->objects())
|
for (const SLAPrintObject* obj : print->objects())
|
||||||
{
|
{
|
||||||
|
if (!obj->is_step_done(slaposIndexSlices))
|
||||||
|
continue;
|
||||||
|
|
||||||
unsigned int initial_volumes_count = (unsigned int)m_volumes.volumes.size();
|
unsigned int initial_volumes_count = (unsigned int)m_volumes.volumes.size();
|
||||||
|
|
||||||
const ModelObject* model_obj = obj->model_object();
|
const ModelObject* model_obj = obj->model_object();
|
||||||
|
|||||||
Reference in New Issue
Block a user