From 533814c37d97e3b6c44305e0225a367896b3dfc1 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 eec7c81..a041ef1 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