diff --git a/examples/spiral_polygons/fidget_polygon.scad b/examples/spiral_polygons/fidget_polygon.scad index 21f3469f..4aa26cbb 100644 --- a/examples/spiral_polygons/fidget_polygon.scad +++ b/examples/spiral_polygons/fidget_polygon.scad @@ -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)