Fix stl export with hollowed mesh

This commit is contained in:
tamasmeszaros 2021-02-26 15:37:26 +01:00
parent d48ca7fd03
commit dd202af8cd

View File

@ -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);