mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-11 01:04:07 +02:00
test_torii default to FALSE
This commit is contained in:
@@ -5,7 +5,7 @@ columns = 2;
|
||||
start = [0, 0];
|
||||
width = .5;
|
||||
height = .05;
|
||||
test_torii = "TRUE"; // [TRUE, FALSE]
|
||||
test_torii = "FALSE"; // [TRUE, FALSE]
|
||||
|
||||
if(test_torii == "TRUE") {
|
||||
rotate([90, 0, 0])
|
||||
|
Reference in New Issue
Block a user