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