From 8158938c1315fa319c17f79bc3a8c75e8ee42694 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sat, 19 Mar 2022 11:15:01 +0800 Subject: [PATCH] rename --- examples/maze/{maze_tai_chi.scad => maze_yin_and_yan.scad} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename examples/maze/{maze_tai_chi.scad => maze_yin_and_yan.scad} (99%) diff --git a/examples/maze/maze_tai_chi.scad b/examples/maze/maze_yin_and_yan.scad similarity index 99% rename from examples/maze/maze_tai_chi.scad rename to examples/maze/maze_yin_and_yan.scad index b34030b3..7f30a472 100644 --- a/examples/maze/maze_tai_chi.scad +++ b/examples/maze/maze_yin_and_yan.scad @@ -9,9 +9,9 @@ cell_width = 5; wall_thickness = 1.75; with_bottom = "NO"; -maze_tai_chi(cell_width, wall_thickness, with_bottom); +maze_yin_and_yan(cell_width, wall_thickness, with_bottom); -module maze_tai_chi(cell_width, wall_thickness, with_bottom) { +module maze_yin_and_yan(cell_width, wall_thickness, with_bottom) { seed = 15; module maze(mask, start, cell_width, wall_thickness, seed) {