Merge branch 'master' of https://github.com/FiCacador/Cura into FiCacador-master

This commit is contained in:
Ghostkeeper 2019-10-10 13:52:13 +02:00
commit b611126c00
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -94,7 +94,7 @@ class AMFReader(MeshReader):
if t.tag == "x":
v[0] = float(t.text) * scale
elif t.tag == "y":
v[2] = float(t.text) * scale
v[2] = - float(t.text) * scale
elif t.tag == "z":
v[1] = float(t.text) * scale
amf_mesh_vertices.append(v)