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