mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-06 14:56:47 +02:00
update doc
This commit is contained in:
@@ -73,7 +73,8 @@ Puts children along the given path. If there's only one child, it will put the c
|
|||||||
scale([2, 1])
|
scale([2, 1])
|
||||||
circle(1.25, $fn = 24);
|
circle(1.25, $fn = 24);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
rotate([90, 0, 0])
|
||||||
for(a = [0:30:330]) {
|
for(a = [0:30:330]) {
|
||||||
rotate(a)
|
rotate(a)
|
||||||
translate([5, 0, 0])
|
translate([5, 0, 0])
|
||||||
|
Reference in New Issue
Block a user