mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-11 09:14:29 +02:00
it's not a function call
This commit is contained in:
@@ -52,7 +52,7 @@ module ring_extrude(shape_pts, radius, angle = 360, twist = 0, scale = 1.0, tria
|
||||
|
||||
all_points = is_angle_frag_end ?
|
||||
pts :
|
||||
concat(pts, [__ra_to_xy(end_r(), angles[1])]);
|
||||
concat(pts, [__ra_to_xy(end_r, angles[1])]);
|
||||
|
||||
polysections(
|
||||
cross_sections(shape_pts, all_points, all_angles, twist, scale),
|
||||
|
Reference in New Issue
Block a user