1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-18 06:38:14 +01:00

test_torii default to FALSE

This commit is contained in:
Justin Lin 2020-03-16 11:08:00 +08:00
parent 37a9ea59f7
commit 25d9833957

View File

@ -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])