1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-19 13:01:37 +02:00

updated doc

This commit is contained in:
Justin Lin
2017-05-19 12:59:52 +08:00
parent 27d6a3ac28
commit 5be2235985

View File

@@ -73,7 +73,7 @@ Puts children along the given path. If there's only one child, it will put the c
circle(1.25, $fn = 24); circle(1.25, $fn = 24);
} }
for(a = [0:30:360 - 15]) { for(a = [0:30:330]) {
rotate(a) rotate(a)
translate([5, 0, 0]) translate([5, 0, 0])
one_scale(); one_scale();