X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=3d-printables%2Fsonar-binder-clip-holder.scad;h=46a965915378aafe408248df4406672388bde9ec;hb=ce941be740b45737d19eaa5c726b2f99efabe0b9;hp=6890d0a58f2bb9f7085f383a5176fdaa8d748755;hpb=64c38a302dd5984e2f14ef7cdef316fb023bc2ca;p=challenge-bot diff --git a/3d-printables/sonar-binder-clip-holder.scad b/3d-printables/sonar-binder-clip-holder.scad index 6890d0a..46a9659 100644 --- a/3d-printables/sonar-binder-clip-holder.scad +++ b/3d-printables/sonar-binder-clip-holder.scad @@ -18,19 +18,14 @@ include -sonar_binder_clip_holder(sonar_radius, - between_sonar_centers, - between_sonar_centers_variation, - screw_radius, - wall_thickness, - sonar_binder_clip_holder_height); - -holder_radius = sonar_radius + wall_thickness; - -translate([0, holder_radius * 2 + 2]) { - binder_clip_holder(holder_radius, - screw_radius, - sonar_binder_clip_holder_height); } +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.