mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
3mf reader now uses fast normal calculation
CURA-3215
This commit is contained in:
parent
ab3294a899
commit
d9541a08b8
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ class ThreeMFReader(MeshReader):
|
|||
Job.yieldThread()
|
||||
|
||||
# TODO: We currently do not check for normals and simply recalculate them.
|
||||
mesh_builder.calculateNormals()
|
||||
mesh_builder.calculateNormals(fast=True)
|
||||
mesh_builder.setFileName(name)
|
||||
mesh_data = mesh_builder.build()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue