From ac757602dfe7948c40c38a501386d13a93db7dd6 Mon Sep 17 00:00:00 2001 From: daniel watson Date: Thu, 24 Oct 2013 16:31:08 -0700 Subject: [PATCH] add notes for some wheel measurements --- wheel.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wheel.scad b/wheel.scad index 2ba290a..131caf8 100644 --- a/wheel.scad +++ b/wheel.scad @@ -9,8 +9,8 @@ wheel_radius = 68/2; module encoder_shaft(){ // measured with calipers, checked against the motor shaft - motor_shaft_big = 3.7; - motor_shaft_small = 4.8; + motor_shaft_big = 3.7; // radius, gets doubled in cylinder + motor_shaft_small = 4.8; // total length of box motor_shaft_length = wheel_depth * 3 / 4; intersection(){ -- 2.30.2