From 06ad635f8a72e016f5a9f5f5a5f9cde2790e9c7f Mon Sep 17 00:00:00 2001 From: daniel watson Date: Tue, 11 Aug 2015 21:52:17 -0700 Subject: [PATCH] enlarge shaft because printing is wonky --- 3d-printables/wheel-data.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3d-printables/wheel-data.scad b/3d-printables/wheel-data.scad index 97b885b..2fd9f7f 100644 --- a/3d-printables/wheel-data.scad +++ b/3d-printables/wheel-data.scad @@ -21,8 +21,8 @@ wheel_width = 7; wheel_radius = sqrt(2 * pow(wheel_square_spoke_size / 2, 2)) + wall_width / 2 + 1; -motor_shaft_radius = 3.7; -motor_shaft_flat_width = 4.8; +motor_shaft_radius = 3.9; +motor_shaft_flat_width = 5.2; tread_radius = 4 / 2; -- 2.30.2