mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-31 02:10:28 +02:00
rename
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user