mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 01:29:00 +08:00
Merge branch 'master' of https://github.com/FiCacador/Cura into FiCacador-master
This commit is contained in:
commit
b611126c00
@ -94,7 +94,7 @@ class AMFReader(MeshReader):
|
|||||||
if t.tag == "x":
|
if t.tag == "x":
|
||||||
v[0] = float(t.text) * scale
|
v[0] = float(t.text) * scale
|
||||||
elif t.tag == "y":
|
elif t.tag == "y":
|
||||||
v[2] = float(t.text) * scale
|
v[2] = - float(t.text) * scale
|
||||||
elif t.tag == "z":
|
elif t.tag == "z":
|
||||||
v[1] = float(t.text) * scale
|
v[1] = float(t.text) * scale
|
||||||
amf_mesh_vertices.append(v)
|
amf_mesh_vertices.append(v)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user