mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-06 14:56:47 +02:00
refactor
This commit is contained in:
@@ -125,14 +125,13 @@ module floor_stand(width, height, thickness, joint_spacing) {
|
|||||||
rotate(180)
|
rotate(180)
|
||||||
decorate()
|
decorate()
|
||||||
board_T();
|
board_T();
|
||||||
|
|
||||||
|
children(0);
|
||||||
if($children == 1) {
|
if($children == 1) {
|
||||||
children();
|
|
||||||
rotate(180)
|
rotate(180)
|
||||||
children();
|
children(0);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
children(0);
|
|
||||||
children(1);
|
children(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user