From 74ae6c40d4046e30e1b21a8813133fbd75c9d035 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 a0c9bb5..1bd62a8 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