1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-04-21 06:31:51 +02:00
This commit is contained in:
Justin Lin 2019-09-10 09:00:00 +08:00
parent 9fe1994049
commit 34303057a2

View File

@ -64,7 +64,7 @@ module build_ramp_maze(rows, columns, blocks, block_width, wall_thickness, wall_
);
}
module maze_cylinder() {
module cylinder_maze() {
maze_rows = round(height / block_width);
maze_columns = round(2 * 3.14159 * radius / block_width);
@ -89,4 +89,4 @@ module maze_cylinder() {
);
}
maze_cylinder();
cylinder_maze();