1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-14 02:34:12 +02:00
This commit is contained in:
Justin Lin
2021-06-16 10:57:41 +08:00
parent 9dccb65ad2
commit 0279738e41

View File

@@ -93,7 +93,7 @@ module fidget_polygon(model, beginning_radius, fn, n, height, thickness, spacing
d = rs[n] * s[n];
off_h = -base_height + ring_thickness;
a = 180 / fn;
stick_r = thickness * 1.75;
stick_r = thickness * 2;
stick_h = base_height - ring_thickness;
for(i = [0:fn - 1]) {
rotate(360 / fn * i)