From: daniel watson Date: Sat, 5 Sep 2015 21:51:24 +0000 (-0700) Subject: make sonar holder insert and remove more easily X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=commitdiff_plain;h=718766bdeeb644271bec06db1ca6286bf211b28c;ds=sidebyside make sonar holder insert and remove more easily decrease the shrinking of the elbow length to make it easier to slide in and out of deck holder, but also grip less tightly --- diff --git a/3d-printables/sonar-table-top-holder-data.scad b/3d-printables/sonar-table-top-holder-data.scad index bb6d0ce..1d5ec37 100644 --- a/3d-printables/sonar-table-top-holder-data.scad +++ b/3d-printables/sonar-table-top-holder-data.scad @@ -56,7 +56,7 @@ module sonars() { cylinder(r = sonar_radius, h = sonar_height); } } module sonar_holder() { - elbow_length = deck_depth - 0.5; + elbow_length = deck_depth - 0.2; rounded_corner_radius = buffer; difference() { cube([sonar_holder_length, sonar_holder_width, sonar_holder_depth]);