1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-01 04:20:27 +02:00

modify angle

This commit is contained in:
Justin Lin
2019-09-07 16:18:36 +08:00
parent f266d18efa
commit 0a0f18b323

View File

@@ -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(