From 54fa950986fc79ab8804b93fb97a662348839b58 Mon Sep 17 00:00:00 2001 From: Reed Krantz Date: Mon, 20 Jul 2026 20:05:34 -0500 Subject: [PATCH] feat: add 1mm of tolerance for the unsupported shaft hub center cutout --- cad/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cad/build.py b/cad/build.py index e65fa09..8c99bff 100644 --- a/cad/build.py +++ b/cad/build.py @@ -102,7 +102,7 @@ def build_drive_shaft_bar_adapter(): shaft_hub_bore_diam = 8 shaft_hub_center_diam = 14 - shaft_hub_center_depth = 2 + shaft_hub_center_depth = 3 # if you where to draw a square around the center of the shaft hub this var is the length of the sides and each corner is the center of a screw hole shaft_hub_screw_spacing = 16 shaft_hub_screw_diam = 4