1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-11 17:24:20 +02:00

don't concat

This commit is contained in:
Justin Lin
2021-09-18 16:26:28 +08:00
parent d0bc8c0f7f
commit 58a7a20c53

View File

@@ -24,7 +24,7 @@ module penrose_basket(basket_radius, radius_in_plane, n, line_diameter, shell, s
pts = [for(p = t[1] * radius_in_plane) ptf_c2sphere(p, basket_radius)];
hull_polyline3d(
concat(pts, [pts[0]]),
pts,
line_diameter
);