From: daniel watson Date: Sun, 8 Sep 2013 14:44:05 +0000 (-0700) Subject: make motor shaft hole bigger to fit actual shaft X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=commitdiff_plain;h=a059835759de12a2a20fa6038e6332c44547bdcb make motor shaft hole bigger to fit actual shaft --- 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(){