From 64aa318dd2b5ffac7be1a1ea37d8929cf5b0053b Mon Sep 17 00:00:00 2001 From: wes Date: Tue, 23 Apr 2024 06:06:35 -0400 Subject: [PATCH] fix screw offset again --- planter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planter.py b/planter.py index e802b53..add0566 100644 --- a/planter.py +++ b/planter.py @@ -110,7 +110,7 @@ result = ( .extrude(10) ) -result = result.workplane(offset=(planter_height / 2) - 15.8).threadedHole( +result = result.workplane(offset=(planter_height / 2) - 15.6).threadedHole( screw, 20, simple=simple, fit="Loose" )