separate out binder clip holder from sonar holder
[challenge-bot] / 3d-printables / sonar-binder-clip-holder.scad
index 9f6ad2613a709c13e184370f27e1672496b19041..bd79585eea5f578528a33d0f09d113ea5fc2d23f 100644 (file)
@@ -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.