From 25c7a96655b6cd1716a03219c0a59fce97a3bfd9 Mon Sep 17 00:00:00 2001 From: daniel watson Date: Sun, 25 May 2014 11:03:46 -0700 Subject: [PATCH] provide hole for #2 screw in wheel --- 3d-printables/wheel.scad | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/3d-printables/wheel.scad b/3d-printables/wheel.scad index 4b806f4..02dc054 100644 --- a/3d-printables/wheel.scad +++ b/3d-printables/wheel.scad @@ -114,7 +114,9 @@ module wheel_solid(radius, qr_size = 54; qr_height = 2; linear_extrude(height = qr_height){ - square(qr_size, center = true);} + difference (){ + square(qr_size, center = true); + square(1.5, center = true);}} translate([0, 0, qr_height]){ motor_shaft_holder(shaft_radius, shaft_flat_width, -- 2.30.2