diff --git a/examples/spiral_polygons/spiral_polygon_fidget.scad b/examples/spiral_polygons/fidget_polygon.scad similarity index 84% rename from examples/spiral_polygons/spiral_polygon_fidget.scad rename to examples/spiral_polygons/fidget_polygon.scad index 077bc691..3b4a75e3 100644 --- a/examples/spiral_polygons/spiral_polygon_fidget.scad +++ b/examples/spiral_polygons/fidget_polygon.scad @@ -5,9 +5,9 @@ height = 20; thickness = 1.5; thickness_offset_factor = 1.5; -spiral_polygon_fidget(beginning_radius, fn, number_of_polygons, height, thickness, thickness_offset_factor); +fidget_polygon(beginning_radius, fn, number_of_polygons, height, thickness, thickness_offset_factor); -module spiral_polygon_fidget(beginning_radius, fn, n, height, thickness, thickness_offset_factor) { +module fidget_polygon(beginning_radius, fn, n, height, thickness, thickness_offset_factor) { theta = 180 / fn; thickness_offset = thickness * thickness_offset_factor;