mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-15 11:14:17 +02:00
thicker
This commit is contained in:
@@ -93,7 +93,7 @@ module fidget_polygon(model, beginning_radius, fn, n, height, thickness, spacing
|
|||||||
d = rs[n] * s[n];
|
d = rs[n] * s[n];
|
||||||
off_h = -base_height + ring_thickness;
|
off_h = -base_height + ring_thickness;
|
||||||
a = 180 / fn;
|
a = 180 / fn;
|
||||||
stick_r = thickness * 1.75;
|
stick_r = thickness * 2;
|
||||||
stick_h = base_height - ring_thickness;
|
stick_h = base_height - ring_thickness;
|
||||||
for(i = [0:fn - 1]) {
|
for(i = [0:fn - 1]) {
|
||||||
rotate(360 / fn * i)
|
rotate(360 / fn * i)
|
||||||
|
Reference in New Issue
Block a user