From 06dd3339ceb87df9d4097b959fdef936d72b9843 Mon Sep 17 00:00:00 2001 From: wes Date: Tue, 23 Apr 2024 10:43:42 -0400 Subject: [PATCH] make it an 8 point star --- planter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) )