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