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