X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=blobdiff_plain;f=3d-printables%2Fsonar-table-top-holder-data.scad;h=1d5ec37ce34ab2907f0e5e750312c756ad0043b3;hp=bb6d0ce073de731f18aa1aaf179ae16b22033291;hb=718766bdeeb644271bec06db1ca6286bf211b28c;hpb=c0c4e0e01924f0a007b672e53eb2d1d573b088e6 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]);