mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Fix revert accident
This commit is contained in:
parent
1e23141b18
commit
66fc85c6b2
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ class ThreeMFReader(MeshReader):
|
|||
rotation.setByRotationAxis(-0.5 * math.pi, Vector(1, 0, 0))
|
||||
|
||||
# TODO: We currently do not check for normals and simply recalculate them.
|
||||
mesh_builder.calculateNormals(flip = True)
|
||||
mesh_builder.calculateNormals()
|
||||
mesh_builder.setFileName(file_name)
|
||||
node.setMeshData(mesh_builder.build().getTransformed(rotation))
|
||||
node.setSelectable(True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue