From 718766bdeeb644271bec06db1ca6286bf211b28c Mon Sep 17 00:00:00 2001 From: daniel watson Date: Sat, 5 Sep 2015 14:51:24 -0700 Subject: [PATCH] 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 --- 3d-printables/sonar-table-top-holder-data.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]); -- 2.30.2