mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-31 18:22:08 +02:00
offset by 1
This commit is contained in:
@@ -2,7 +2,7 @@ use <maze/mz_hamiltonian.scad>;
|
||||
|
||||
rows = 2;
|
||||
columns = 2;
|
||||
start = [0, 0];
|
||||
start = [1, 1];
|
||||
width = .5;
|
||||
height = .05;
|
||||
test_torii = "FALSE"; // [TRUE, FALSE]
|
||||
|
Reference in New Issue
Block a user