From 00f879c42379a851bc4641a71e544307488faf3a Mon Sep 17 00:00:00 2001 From: daniel watson Date: Sat, 25 Jan 2014 22:48:24 -0800 Subject: [PATCH] add shield to catch goop from dual nozzle --- 3d-printables/wheel-black.scad | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/3d-printables/wheel-black.scad b/3d-printables/wheel-black.scad index 98324e4..f875378 100644 --- a/3d-printables/wheel-black.scad +++ b/3d-printables/wheel-black.scad @@ -17,7 +17,10 @@ wheel_radius = sqrt(2 * pow(qr_size / 2, 2)) + wall_width / 2; motor_shaft_radius = 3.7; motor_shaft_flat_width = 4.8; -translate([-30, -0.6, 0]){ +translate([-30.4, -1.6, 0]){ + rim(wheel_radius + 5, 5, 0.4); + rim(wheel_radius + 3, 0.4, qr_height + 1); + wheel_black(wheel_radius, wheel_width, motor_shaft_radius, -- 2.30.2