Removed unused option in LayerPolygon, added comments

This commit is contained in:
Jack Ha 2017-02-08 11:24:41 +01:00
parent 6c19bc1c16
commit 50ba236e66
3 changed files with 15 additions and 7 deletions

View file

@ -139,7 +139,7 @@ class ProcessSlicedLayersJob(Job):
new_points[:, 1] = points[:, 2]
new_points[:, 2] = -points[:, 1]
this_poly = LayerPolygon.LayerPolygon(layer_data, extruder, line_types, new_points, line_widths, line_thicknesses)
this_poly = LayerPolygon.LayerPolygon(extruder, line_types, new_points, line_widths, line_thicknesses)
this_poly.buildCache()
this_layer.polygons.append(this_poly)