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

default to NO

This commit is contained in:
Justin Lin 2021-02-04 10:34:20 +08:00
parent 8602b9ff26
commit d23de89739

View File

@ -3,7 +3,7 @@ piece_side_length = 25;
n = 9; // [1:9]
spacing = 0.5;
same_height = "YES"; // [YES, NO]
same_height = "NO"; // [YES, NO]
height = 1; // workable when same_height is "YES"
module puzzle_piece(side_length, spacing) {