mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-11 09:14:29 +02:00
add comment
This commit is contained in:
@@ -55,8 +55,11 @@ module pyramidal_staircase_maze(maze_rows, block_width, stairs_width) {
|
|||||||
stairs_width
|
stairs_width
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// entry
|
||||||
translate([0, stairs_width])
|
translate([0, stairs_width])
|
||||||
square(stairs_width, center = true);
|
square(stairs_width, center = true);
|
||||||
|
|
||||||
|
// exit
|
||||||
translate([maze_rows * block_width, maze_rows * block_width - stairs_width])
|
translate([maze_rows * block_width, maze_rows * block_width - stairs_width])
|
||||||
square(stairs_width, center = true);
|
square(stairs_width, center = true);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user