From 0dcd923bb42846230e733dfcf6793be87b7c8901 Mon Sep 17 00:00:00 2001 From: Jan Huwald Date: Sat, 31 Jan 2015 12:20:30 +0100 Subject: two holes on the side off the shell to rotate the ball diff --git a/gimbal.scad b/gimbal.scad index d16f6e0..1de7c79 100644 --- a/gimbal.scad +++ b/gimbal.scad @@ -107,6 +107,13 @@ module shell() { cube([d-2*cutoff, d*2, 2*d], center=true); } + // two holes on the side to rotate the ball + for (i = [-1,1]) + assign(d2 = d/2+c) + rotate([i*80, 0, 0]) + translate([0, 0, -2*d2]) + cylinder(r1=d2, r2=0, h=d2*2); + // path for 1/4" screw; lets you rotate the sphere after // pushing it in (and allows later removal of it) hull() { -- cgit v0.10.1