mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-31 02:10:28 +02:00
change to 0-based
This commit is contained in:
@@ -17,7 +17,7 @@ module pyramid_maze(maze_rows, block_width, wall_thickness) {
|
||||
intersection() {
|
||||
linear_extrude(leng * 2)
|
||||
translate([-half_leng, -half_leng])
|
||||
square_maze([1, 1], maze_rows, block_width, wall_thickness);
|
||||
square_maze(maze_rows, block_width, wall_thickness);
|
||||
|
||||
pyramid(leng + wall_thickness);
|
||||
}
|
||||
|
Reference in New Issue
Block a user