1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-11 01:04:07 +02: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]; d = rs1[number_of_stars] * s[number_of_stars];
off_h = -base_height + ring_thickness; off_h = -base_height + ring_thickness;
a = 180 / n; a = 180 / n;
stick_r = thickness * 1.75; stick_r = thickness * 2;
stick_h = base_height - ring_thickness; stick_h = base_height - ring_thickness;
for(i = [0:n - 1]) { for(i = [0:n - 1]) {
rotate(360 / n * i) rotate(360 / n * i)