1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-09-02 11:12:42 +02:00
This commit is contained in:
Justin Lin
2020-12-08 17:59:28 +08:00
parent 9a58ffc38c
commit 079f4e4cb4
12 changed files with 23 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
use <bend.scad>;
use <maze/mz_blocks.scad>;
use <maze/mz_square_blocks.scad>;
use <maze/mz_square_walls.scad>;
radius = 30;
@@ -35,7 +35,7 @@ module cylinder_maze() {
maze_rows = round(height / block_width);
maze_columns = round(2 * 3.14159 * radius / block_width);
maze_blocks = mz_blocks(
maze_blocks = mz_square_blocks(
[1, maze_rows],
maze_rows, maze_columns,
x_circular = true