summaryrefslogtreecommitdiff
path: root/gimbal.scad
diff options
context:
space:
mode:
Diffstat (limited to 'gimbal.scad')
-rw-r--r--gimbal.scad8
1 files changed, 8 insertions, 0 deletions
diff --git a/gimbal.scad b/gimbal.scad
index 078a055..0227c63 100644
--- a/gimbal.scad
+++ b/gimbal.scad
@@ -42,6 +42,14 @@ module shell() {
translate([0, 0, d])
cube([d-2*cutoff, d*2, 2*d], center=true);
+ // path for 1/4" screw; lets you rotate the sphere after
+ // pushing it in (and allows later removal of it)
+ hull() {
+ cylinder(r=screw_dia/2, h=d);
+ rotate([90, 0, 90])
+ cylinder(r=screw_dia/2, h=d);
+ }
+
// mounting screw hole
assign(rs=mount_screw_dia)
assign(rh=mount_screw_head_dia)
contact: Jan Huwald // Impressum