1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-22 22:35:18 +02:00

fixed end angle problem

This commit is contained in:
Justin Lin
2017-05-24 18:39:21 +08:00
parent e9fd86721b
commit 072032227e

View File

@@ -33,6 +33,6 @@ function shape_pie(radius, angle) =
let(a = a_step * i)
__ra_to_xy(radius, a)
],
[__ra_to_xy(edge_r_end, angles[1])]
angles[1] == a_step * n ? [] : [__ra_to_xy(edge_r_end, angles[1])]
)
) shape_pts;