1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-22 14:23:23 +02:00

fix rotation bug

This commit is contained in:
Justin Lin
2022-03-30 09:17:27 +08:00
parent af87c89ecc
commit 96c9cfc0c4
4 changed files with 20 additions and 12 deletions

View File

@@ -73,8 +73,7 @@ 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])