mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Make things work properly using the new Arcus API
This commit is contained in:
parent
21f70c4123
commit
e74d300fb3
3 changed files with 18 additions and 11 deletions
|
@ -94,7 +94,8 @@ class StartSliceJob(Job):
|
|||
verts = numpy.array(mesh_data.getVertices())
|
||||
verts[:,[1,2]] = verts[:,[2,1]]
|
||||
verts[:,1] *= -1
|
||||
obj.vertices = verts.tostring()
|
||||
|
||||
obj.vertices = verts
|
||||
|
||||
self._handlePerObjectSettings(object, obj)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue