X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=3d-printables%2Fsonar-binder-clip-holder.scad;h=46a965915378aafe408248df4406672388bde9ec;hb=dad0fdb28c89f7db2872178655f30f281c6f9d13;hp=bd79585eea5f578528a33d0f09d113ea5fc2d23f;hpb=e04f30fbe09e3729899f746d842b46ed24765400;p=challenge-bot diff --git a/3d-printables/sonar-binder-clip-holder.scad b/3d-printables/sonar-binder-clip-holder.scad index bd79585..46a9659 100644 --- a/3d-printables/sonar-binder-clip-holder.scad +++ b/3d-printables/sonar-binder-clip-holder.scad @@ -18,17 +18,14 @@ include -sonar_binder_clip_holder(sonar_radius, - between_sonar_centers, - 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); } +for(ii = [0:1], jj = [0:5]) { + translate([ii * sonar_radius * 10, jj * sonar_radius * 3.5]) { + sonar_binder_clip_holder(sonar_radius, + between_sonar_centers, + between_sonar_centers_variation, + screw_radius, + wall_thickness, + sonar_binder_clip_holder_height); } } /* This file is part of challenge-bot.