1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-17 14:18:13 +01:00
This commit is contained in:
Justin Lin 2021-06-16 10:57:00 +08:00
parent 89ec4df583
commit 9dccb65ad2

View File

@ -114,7 +114,7 @@ module fidget_star(model, r1, r2, n, number_of_stars, height, thickness, spacing
d = rs1[number_of_stars] * s[number_of_stars];
off_h = -base_height + ring_thickness;
a = 180 / n;
stick_r = thickness * 1.75;
stick_r = thickness * 2;
stick_h = base_height - ring_thickness;
for(i = [0:n - 1]) {
rotate(360 / n * i)