1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-29 03:47:45 +01:00

clean code

This commit is contained in:
Justin Lin 2021-09-03 15:37:35 +08:00
parent 43fa3fb5fd
commit e021750d7b

View File

@ -35,7 +35,6 @@ module fidget_polygon(model, beginning_radius, fn, n, height, thickness, spacing
}
for(i = [1:n - 1]) {
//rotate(as[i] * 2)
linear_extrude(half_height, scale = s[i])
difference() {
drawPolygon(rs[i]);