bring in height to sonar binder clip holder
[challenge-bot] / 3d-printables / sonar-binder-clip-holder.scad
index 451f85b5e66ece94d21e27d9557c28d1c29b3bec..387334e0043f9e75daea0422f8f2c125300adcb8 100644 (file)
 include <sonar-binder-clip-holder-data.scad>
 
 sonar_binder_clip_holder(sonar_radius,
-                         between_sonar_centers);
+                         between_sonar_centers,
+                         between_sonar_centers_variation,
+                         wall_thickness,
+                         sonar_binder_clip_holder_height);
+
+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,
+                     sonar_binder_clip_holder_height); }
 
 /*
   This file is part of challenge-bot.