From 9dccb65ad233af62fdb0f96aeb352ee3ee8fbeef Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Wed, 16 Jun 2021 10:57:00 +0800 Subject: [PATCH] thicker --- examples/spiral_polygons/fidget_star.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/spiral_polygons/fidget_star.scad b/examples/spiral_polygons/fidget_star.scad index 0f2fbc85..b9a1823e 100644 --- a/examples/spiral_polygons/fidget_star.scad +++ b/examples/spiral_polygons/fidget_star.scad @@ -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)