mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Readded accidently removed stuff
This commit is contained in:
parent
55dd08eff8
commit
e57de296e7
2 changed files with 2 additions and 2 deletions
|
@ -131,7 +131,7 @@ class ProcessSlicedLayersJob(Job):
|
|||
new_points = numpy.empty((len(points), 3), numpy.float32)
|
||||
if polygon.point_type == 0: # Point2D
|
||||
new_points[:, 0] = points[:, 0]
|
||||
new_points[:, 1] = layer.height / 1000 # layer height value is in backend representation
|
||||
new_points[:, 1] = layer.height / 1000 # layer height value is in backend representation
|
||||
new_points[:, 2] = -points[:, 1]
|
||||
else: # Point3D
|
||||
new_points[:, 0] = points[:, 0]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue