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:
@@ -21,7 +21,7 @@ module cube_maze(maze_rows, block_width, wall_thickness, inner_cube, travel_all)
|
||||
module one_maze() {
|
||||
translate([origin, origin, half_cube_size])
|
||||
linear_extrude(wall_thickness)
|
||||
square_maze([1, 1], maze_rows, block_width, wall_thickness);
|
||||
square_maze(maze_rows, block_width, wall_thickness);
|
||||
}
|
||||
|
||||
one_maze();
|
||||
|
Reference in New Issue
Block a user