mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-01 04:20:27 +02:00
modify angle
This commit is contained in:
@@ -4,9 +4,9 @@ include <square_maze.scad>;
|
||||
|
||||
rows = 16;
|
||||
columns = 8;
|
||||
block_width = 2;
|
||||
block_width = 4;
|
||||
wall_thickness = 1;
|
||||
angle = 90;
|
||||
angle = 180;
|
||||
// $fn = 24;
|
||||
|
||||
blocks = go_maze(
|
||||
|
Reference in New Issue
Block a user