1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-31 02:10:28 +02:00
This commit is contained in:
Justin Lin
2020-09-30 10:27:50 +08:00
parent ee8200b687
commit a38e48dd25
9 changed files with 18 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
use <bend.scad>;
use <experimental/mz_blocks.scad>;
use <experimental/mz_walls.scad>;
use <experimental/mz_square_walls.scad>;
radius = 30;
height = 60;
@@ -41,7 +41,7 @@ module cylinder_maze() {
x_circular = true
);
walls = mz_walls(maze_blocks, maze_rows, maze_columns, block_width, left_border = false);
walls = mz_square_walls(maze_blocks, maze_rows, maze_columns, block_width, left_border = false);
leng_circumference = block_width * maze_columns + wall_thickness;