mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Merge fix, and update to json file to get all engine settings in there.
This commit is contained in:
commit
23e5bcc55b
2 changed files with 3 additions and 1 deletions
|
@ -141,7 +141,7 @@ class CuraEngineBackend(Backend):
|
|||
|
||||
verts = numpy.array(mesh_data.getVertices(), copy=True)
|
||||
verts[:,[1,2]] = verts[:,[2,1]]
|
||||
verts[:,[2]] *= -1
|
||||
verts[:,1] *= -1
|
||||
obj.vertices = verts.tostring()
|
||||
|
||||
#if meshData.hasNormals():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue