mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
Fix incorrect mesh shown on plater after hollowing
This commit is contained in:
@@ -1120,7 +1120,7 @@ TriangleMesh SLAPrintObject::get_mesh(SLAPrintObjectStep step) const
|
|||||||
return this->pad_mesh();
|
return this->pad_mesh();
|
||||||
case slaposDrillHoles:
|
case slaposDrillHoles:
|
||||||
if (m_hollowing_data)
|
if (m_hollowing_data)
|
||||||
return m_hollowing_data->hollow_mesh_with_holes;
|
return get_mesh_to_print();
|
||||||
[[fallthrough]];
|
[[fallthrough]];
|
||||||
default:
|
default:
|
||||||
return TriangleMesh();
|
return TriangleMesh();
|
||||||
|
|||||||
Reference in New Issue
Block a user