add TODOs for sonar binder clip holder
[challenge-bot] / 3d-printables / sonar-binder-clip-holder-data.scad
index bc835d0c6097441b3ae20ce771ab1f6345daae9f..250bc9acccad015b68359c7c6216d42f22dfa44d 100644 (file)
   of it.
 */
 
-$fn = 50;
+/*
+ *  * TODO make hole for thing between cans
+ *  * TODO make hole for screws in corners of pcb
+ */
+
+$fn = 150;
 
 sonar_diameter_measured = 15.82;
 sonar_diameter_print_fudge = 0.5;
@@ -32,11 +37,12 @@ between_sonar_centers_variation = 2;
 
 wall_thickness = 3;
 
-screw_radius_measured = 2.8;
+screw_diameter_measured = 3.45;
+screw_radius_measured = screw_diameter_measured / 2;
 screw_radius_print_fudge = 0.3;
 screw_radius = screw_radius_measured + screw_radius_print_fudge;
 
-sonar_binder_clip_holder_height = 2;
+sonar_binder_clip_holder_height = 4;
 
 module sonar_sensor_holes_2d(sonar_radius,
                              between_sonar_centers,