X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=3d-printables%2Fsonar-binder-clip-holder.scad;h=bd79585eea5f578528a33d0f09d113ea5fc2d23f;hb=e04f30fbe09e3729899f746d842b46ed24765400;hp=9f6ad2613a709c13e184370f27e1672496b19041;hpb=bfdc15e736cc25d1f4e9bfe3e25c897642c92b06;p=challenge-bot diff --git a/3d-printables/sonar-binder-clip-holder.scad b/3d-printables/sonar-binder-clip-holder.scad index 9f6ad26..bd79585 100644 --- a/3d-printables/sonar-binder-clip-holder.scad +++ b/3d-printables/sonar-binder-clip-holder.scad @@ -23,6 +23,13 @@ sonar_binder_clip_holder(sonar_radius, between_sonar_centers_variation, wall_thickness); +holder_radius = sonar_radius + wall_thickness; +binder_clip_holder_length = 2 * holder_radius; +translate([0, holder_radius + 2]) { + binder_clip_holder(binder_clip_holder_length, + screw_radius, + holder_radius); } + /* This file is part of challenge-bot.