mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-27 00:17:27 +02:00
format
This commit is contained in:
@@ -23,13 +23,14 @@ module pyramid_maze(maze_rows, block_width, wall_thickness) {
|
||||
|
||||
intersection() {
|
||||
linear_extrude(leng * 2)
|
||||
translate([-half_leng, -half_leng]) build_square_maze(
|
||||
maze_rows,
|
||||
maze_rows,
|
||||
maze_blocks,
|
||||
block_width,
|
||||
wall_thickness
|
||||
);
|
||||
translate([-half_leng, -half_leng]) build_square_maze(
|
||||
maze_rows,
|
||||
maze_rows,
|
||||
maze_blocks,
|
||||
block_width,
|
||||
wall_thickness
|
||||
);
|
||||
|
||||
pyramid(leng + wall_thickness);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user