1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-01 04:20:27 +02:00

update doc

This commit is contained in:
Justin Lin
2021-10-01 10:30:10 +08:00
parent f1b1239950
commit 9071ac3788

View File

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