mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Adapting code to merge of simple_convex_hull and code cleanup.
This commit is contained in:
parent
788f79f5ba
commit
41503d7d5b
5 changed files with 65 additions and 50 deletions
|
@ -114,7 +114,7 @@ class ProcessSlicedLayersJob(Job):
|
|||
new_points /= 1000
|
||||
|
||||
this_poly = LayerPolygon.LayerPolygon(layer_data, line_types, new_points, line_widths)
|
||||
this_poly.build_cache()
|
||||
this_poly.buildCache()
|
||||
|
||||
this_layer.polygons.append(this_poly)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue