mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
Codestyle: Spaces after commas
Contributes to issues CURA-1278 and CURA-1588.
This commit is contained in:
parent
70b52f4b62
commit
15333fa940
1 changed files with 2 additions and 2 deletions
|
@ -101,8 +101,8 @@ class StartSliceJob(Job):
|
||||||
obj.id = id(current_object)
|
obj.id = id(current_object)
|
||||||
|
|
||||||
verts = numpy.array(mesh_data.getVertices())
|
verts = numpy.array(mesh_data.getVertices())
|
||||||
verts[:,[1,2]] = verts[:,[2,1]]
|
verts[:, [1, 2]] = verts[:, [2, 1]]
|
||||||
verts[:,1] *= -1
|
verts[:, 1] *= -1
|
||||||
|
|
||||||
obj.vertices = verts
|
obj.vertices = verts
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue