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:
@@ -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;
|
Reference in New Issue
Block a user