1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-12 09:44:16 +02:00

it's not a function call

This commit is contained in:
Justin Lin
2017-05-24 18:34:15 +08:00
parent a86e7eda89
commit e9fd86721b

View File

@@ -52,7 +52,7 @@ module ring_extrude(shape_pts, radius, angle = 360, twist = 0, scale = 1.0, tria
all_points = is_angle_frag_end ? all_points = is_angle_frag_end ?
pts : pts :
concat(pts, [__ra_to_xy(end_r(), angles[1])]); concat(pts, [__ra_to_xy(end_r, angles[1])]);
polysections( polysections(
cross_sections(shape_pts, all_points, all_angles, twist, scale), cross_sections(shape_pts, all_points, all_angles, twist, scale),