summaryrefslogtreecommitdiff
path: root/gimbal.scad
diff options
context:
space:
mode:
Diffstat (limited to 'gimbal.scad')
-rw-r--r--gimbal.scad10
1 files changed, 10 insertions, 0 deletions
diff --git a/gimbal.scad b/gimbal.scad
index fb12c65..f85a4fa 100644
--- a/gimbal.scad
+++ b/gimbal.scad
@@ -156,4 +156,14 @@ module exploded_view() {
two_half_screws();
}
+module assembled_view() {
+ shell_lower();
+ shell_upper();
+ assign(a=2 * (45 - acos((d - 2*cutoff) / d)))
+ rotate([-a, 0, 90]) {
+ ball();
+ screw();
+ }
+}
+
exploded_view();
contact: Jan Huwald // Impressum