From ea532fd255487ec28f544a06eaa5e36bf5e6889c Mon Sep 17 00:00:00 2001 From: Reed Krantz Date: Mon, 20 Jul 2026 21:54:02 -0500 Subject: [PATCH] fix: losen tolerance for the extrusion because we are not going for a friction fit --- cad/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cad/build.py b/cad/build.py index 8c99bff..851991c 100644 --- a/cad/build.py +++ b/cad/build.py @@ -90,7 +90,7 @@ def build_drive_shaft_mount(): return drive_shaft_mount def build_drive_shaft_bar_adapter(): - ext_size = 20 + ext_size = 20.2 ext_track_width = 6.2 ext_track_height = 1.8