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