mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-06 14:56:47 +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]) {
|
||||
rotate(a)
|
||||
translate([5, 0, 0])
|
||||
one_scale();
|
||||
rotate(a + 15)
|
||||
translate([5, 0, 1.75])
|
||||
one_scale();
|
||||
rotate(a)
|
||||
translate([5, 0, 0])
|
||||
one_scale();
|
||||
rotate(a + 15)
|
||||
translate([5, 0, 1.75])
|
||||
one_scale();
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user