From 6255c9ef87f041c1a50410ddbd2182445178d9a8 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Fri, 22 Nov 2019 20:06:53 +0800 Subject: [PATCH] rename --- examples/{tai_chi.scad => taiji.scad} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename examples/{tai_chi.scad => taiji.scad} (91%) diff --git a/examples/tai_chi.scad b/examples/taiji.scad similarity index 91% rename from examples/tai_chi.scad rename to examples/taiji.scad index c9ed0be0..3cd14dd3 100644 --- a/examples/tai_chi.scad +++ b/examples/taiji.scad @@ -7,7 +7,7 @@ spacing = 0.4; fn = 48; style = "SOLID"; // [SOLID, HOLLOW] -module half_tai_chi(radius, thickness, spacing, fn, style) { +module half_taiji(radius, thickness, spacing, fn, style) { $fn = fn; half_spacing = spacing / 2; @@ -80,6 +80,6 @@ module half_tai_chi(radius, thickness, spacing, fn, style) { } rotate([0, 90, 180]) - half_tai_chi(radius, thickness, spacing, fn, style); + half_taiji(radius, thickness, spacing, fn, style); -half_tai_chi(radius, thickness, spacing, fn, style); \ No newline at end of file +half_taiji(radius, thickness, spacing, fn, style); \ No newline at end of file