mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-04-21 06:31:51 +02:00
rename
This commit is contained in:
parent
9fe1994049
commit
34303057a2
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user