summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Huwald <jh@sotun.de>2015-01-31 11:08:19 (GMT)
committerJan Huwald <jh@sotun.de>2015-01-31 11:08:19 (GMT)
commit89016ea75f85c103a7df90ac76cdbe2a4fdbc8a7 (patch)
tree40f6e6b60e8062f615d8480cefcda7daca23d789
parent96418523ec411a10a9379ca8a7f74b7dfe0570c3 (diff)
make lower shell shape less dependend on shell width
-rw-r--r--gimbal.scad2
1 files changed, 1 insertions, 1 deletions
diff --git a/gimbal.scad b/gimbal.scad
index e4a54f0..05db4a8 100644
--- a/gimbal.scad
+++ b/gimbal.scad
@@ -130,7 +130,7 @@ module shell() {
module shell_splitter(e2=0)
assign(w1 = d + 2*c + e)
- assign(w2 = mount_screw_head_dia + 2*c + e2)
+ assign(w2 = 1.4 * mount_screw_head_dia + e2)
assign(h = base + c)
translate([-w1/2, -w2/2, -h - d/2]) {
cube([w1, w2, 2/3*h+e]);
contact: Jan Huwald // Impressum