fill in outline of sonar binder holder skeleton
[challenge-bot] / 3d-printables / sonar-binder-clip-holder.scad
index 9f6ad2613a709c13e184370f27e1672496b19041..6890d0a58f2bb9f7085f383a5176fdaa8d748755 100644 (file)
@@ -21,7 +21,16 @@ include <sonar-binder-clip-holder-data.scad>
 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.