mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-07 15:26:39 +02:00
updated doc
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user