1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-23 06:43:10 +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) let(a = a_step * i)
__ra_to_xy(radius, a) __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; ) shape_pts;