From a059835759de12a2a20fa6038e6332c44547bdcb Mon Sep 17 00:00:00 2001 From: daniel watson Date: Sun, 8 Sep 2013 07:44:05 -0700 Subject: [PATCH] make motor shaft hole bigger to fit actual shaft --- wheel.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wheel.scad b/wheel.scad index aa3d268..028531f 100644 --- a/wheel.scad +++ b/wheel.scad @@ -5,8 +5,8 @@ // https://github.com/waynegramlich/challenge-bot module encoder_shaft(){ - motor_shaft_big = 7/2; - motor_shaft_small = 4.65; + motor_shaft_big = 3.7; + motor_shaft_small = 4.8; motor_shaft_length = 7.65 / 2; intersection(){ -- 2.30.2