diff --git a/planter.py b/planter.py index cefd2fc..3057c65 100644 --- a/planter.py +++ b/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) )