From b84d4f3b311995c98154d343ca8bdc4283bc9a17 Mon Sep 17 00:00:00 2001 From: Reed Krantz Date: Mon, 20 Jul 2026 22:55:59 -0500 Subject: [PATCH] feat: losen the tolerance for the shaft hub clearance diameter on the shaft mount --- cad/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cad/build.py b/cad/build.py index 154d188..9991eb0 100644 --- a/cad/build.py +++ b/cad/build.py @@ -7,7 +7,7 @@ def build_drive_shaft_mount(): bearing_diameter = 22 bearing_through_hole_diameter = 15 bearing_height = 7 - shaft_clearance_diameter = 25 + shaft_clearance_diameter = 25.5 core_width = 40 thickness = 20