1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-19 13:01:37 +02:00
This commit is contained in:
Justin Lin
2019-09-26 08:15:50 +08:00
parent 348f04b10f
commit f9f22d9fc2

View File

@@ -52,7 +52,9 @@ module ellipse_extrude(semi_minor_axis, height, center = false, convexity = 10,
twist = twist / slices,
slices = 1,
scale = f
) scale(child_fs[i]) children();
)
scale(child_fs[i])
children();
}
}