Browse Source

make it an 8 point star

master
wes 1 year ago
parent
commit
06dd3339ce
  1. 2
      planter.py

2
planter.py

@ -103,7 +103,7 @@ scaled_screw = screw.scale(0.90)
screw_result = (
Workplane()
.makePolygon(star(outerRadius=22, innerRadius=13, n=6))
.makePolygon(star(outerRadius=22, innerRadius=13, n=8))
.extrude(10)
.union(scaled_screw)
)

Loading…
Cancel
Save