mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08:00
3mf reader now uses fast normal calculation
CURA-3215
This commit is contained in:
parent
ab3294a899
commit
d9541a08b8
@ -118,7 +118,7 @@ class ThreeMFReader(MeshReader):
|
|||||||
Job.yieldThread()
|
Job.yieldThread()
|
||||||
|
|
||||||
# TODO: We currently do not check for normals and simply recalculate them.
|
# 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_builder.setFileName(name)
|
||||||
mesh_data = mesh_builder.build()
|
mesh_data = mesh_builder.build()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user