From c0c016f99891e71340174d254f4547a331f35894 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Tue, 8 Dec 2020 18:02:43 +0800 Subject: [PATCH] rename --- examples/maze/torus_maze.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/maze/torus_maze.scad b/examples/maze/torus_maze.scad index 0ea064a9..f682d7b8 100644 --- a/examples/maze/torus_maze.scad +++ b/examples/maze/torus_maze.scad @@ -1,6 +1,6 @@ use ; use ; -use ; +use ; use ; rows = 36; @@ -14,7 +14,7 @@ leng = rows * block_width; radius = 0.5 * leng / PI; a_step = 360 / leng; -blocks = mz_blocks( +blocks = mz_square_blocks( [1, 1], rows, columns, x_circular = true, y_circular = true