From 6330473ea7d62dfed4c994f7d3b12762bf46ddb6 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Thu, 3 Jun 2021 09:21:04 +0800 Subject: [PATCH] rename --- .../{spiral_polygon_fidget.scad => fidget_polygon.scad} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename examples/spiral_polygons/{spiral_polygon_fidget.scad => fidget_polygon.scad} (84%) 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;