Fix stl export with hollowed mesh
This commit is contained in:
parent
d48ca7fd03
commit
dd202af8cd
1 changed files with 1 additions and 1 deletions
|
@ -5363,7 +5363,7 @@ void Plater::export_stl(bool extended, bool selection_only)
|
|||
inst_mesh.merge(inst_supports_mesh);
|
||||
}
|
||||
|
||||
TriangleMesh inst_object_mesh = object->get_mesh_to_print();
|
||||
TriangleMesh inst_object_mesh = object->get_mesh_to_slice();
|
||||
inst_object_mesh.transform(mesh_trafo_inv);
|
||||
inst_object_mesh.transform(inst_transform, is_left_handed);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue