mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-19 17:04:32 +08:00
Do not show objects' shell in sla preview until pass slaposIndexSlices is completed
This commit is contained in:
parent
9e952c9122
commit
1f0c12dd9f
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user