1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-11 01:04:07 +02:00

add comment

This commit is contained in:
Justin Lin
2019-09-02 08:40:41 +08:00
parent 4b539c3b3e
commit 8957fb0e1d

View File

@@ -55,8 +55,11 @@ module pyramidal_staircase_maze(maze_rows, block_width, stairs_width) {
stairs_width
);
// entry
translate([0, stairs_width])
square(stairs_width, center = true);
// exit
translate([maze_rows * block_width, maze_rows * block_width - stairs_width])
square(stairs_width, center = true);
}