mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-01 12:12:09 +08:00
Fix incorrect mesh shown on plater after hollowing
This commit is contained in:
parent
527e675294
commit
d48ca7fd03
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user