provide hole for #2 screw in wheel
authordaniel watson <ozzloy@gmail.com>
Sun, 25 May 2014 18:03:46 +0000 (11:03 -0700)
committerdaniel watson <ozzloy@gmail.com>
Sun, 25 May 2014 18:03:46 +0000 (11:03 -0700)
3d-printables/wheel.scad

index 4b806f44336c0843c6215484844539e6a440ca7e..02dc054cec6297a1587047001d787f298560ba38 100644 (file)
@@ -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,