mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-30 12:05:09 +08:00
Fix arranger crash
This commit is contained in:
parent
2a28321588
commit
290761fccd
@ -69,7 +69,7 @@ class Arrange:
|
|||||||
points = copy.deepcopy(vertices._points)
|
points = copy.deepcopy(vertices._points)
|
||||||
|
|
||||||
# After scaling (like up to 0.1 mm) the node might not have points
|
# After scaling (like up to 0.1 mm) the node might not have points
|
||||||
if not points:
|
if not points.size:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
shape_arr = ShapeArray.fromPolygon(points, scale = scale)
|
shape_arr = ShapeArray.fromPolygon(points, scale = scale)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user