From 3d0dc05fbb1b2d029ffc78b4463290a2bf3ed2df Mon Sep 17 00:00:00 2001 From: daniel watson Date: Tue, 24 Mar 2015 14:21:18 -0700 Subject: [PATCH] enlarge wheel's shaft screw hole make shaft screw hole bigger to make it easier to put mounting screw through it, attaching the wheel and motor --- 3d-printables/wheel-data.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3d-printables/wheel-data.scad b/3d-printables/wheel-data.scad index 7288895..3809fa0 100644 --- a/3d-printables/wheel-data.scad +++ b/3d-printables/wheel-data.scad @@ -23,7 +23,7 @@ motor_shaft_flat_width = 4.8; tread_radius = 4 / 2; module mounting_screw_flat() { - circle(0.9); } + circle(1.1); } module motor_shaft_flat(radius, flat_width) { intersection() { -- 2.30.2