1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-04-21 22:51:59 +02:00
This commit is contained in:
Justin Lin 2019-09-11 14:57:01 +08:00
parent 89d1233c9f
commit 1c43b879f9

View File

@ -125,14 +125,13 @@ module floor_stand(width, height, thickness, joint_spacing) {
rotate(180)
decorate()
board_T();
children(0);
if($children == 1) {
children();
rotate(180)
children();
children(0);
}
else {
children(0);
children(1);
}
}