1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-07 15:26:39 +02:00

updated doc

This commit is contained in:
Justin Lin
2017-05-19 11:31:36 +08:00
parent 6908ecdf36
commit 27d6a3ac28

View File

@@ -74,12 +74,12 @@ Puts children along the given path. If there's only one child, it will put the c
} }
for(a = [0:30:360 - 15]) { for(a = [0:30:360 - 15]) {
rotate(a) rotate(a)
translate([5, 0, 0]) translate([5, 0, 0])
one_scale(); one_scale();
rotate(a + 15) rotate(a + 15)
translate([5, 0, 1.75]) translate([5, 0, 1.75])
one_scale(); one_scale();
} }
} }