From f747b5748a03b4c0fd6386b8e17aebd2d18d4b9e Mon Sep 17 00:00:00 2001 From: daniel watson Date: Sun, 10 Aug 2014 12:50:28 -0700 Subject: [PATCH] make hole for holding wheel to shaft bigger --- 3d-printables/wheel.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3d-printables/wheel.scad b/3d-printables/wheel.scad index 4ca975b..1d1994e 100644 --- a/3d-printables/wheel.scad +++ b/3d-printables/wheel.scad @@ -25,7 +25,7 @@ motor_shaft_flat_width = 4.8; tread_radius = 4 / 2; module mounting_screw_flat(){ - circle(0.75);} + circle(0.9);} module motor_shaft_flat(radius, flat_width){ intersection(){ -- 2.30.2