X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=3d-printables%2Fsonar-binder-clip-holder.scad;h=6890d0a58f2bb9f7085f383a5176fdaa8d748755;hb=a7f8c96d2a0cc2a2ba150c3a1d4b011063a8bac9;hp=9f6ad2613a709c13e184370f27e1672496b19041;hpb=d7732dedf3afd919ce7b887dcce26f37255e1147;p=challenge-bot diff --git a/3d-printables/sonar-binder-clip-holder.scad b/3d-printables/sonar-binder-clip-holder.scad index 9f6ad26..6890d0a 100644 --- a/3d-printables/sonar-binder-clip-holder.scad +++ b/3d-printables/sonar-binder-clip-holder.scad @@ -21,7 +21,16 @@ include sonar_binder_clip_holder(sonar_radius, between_sonar_centers, between_sonar_centers_variation, - wall_thickness); + 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); } /* This file is part of challenge-bot.