add TODOs for sonar binder clip holder
[challenge-bot] / 3d-printables / sonar-binder-clip-holder-data.scad
index 3a84df6b81f3a6acd2d92e4b79f2f59b9e65fef4..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,8 +37,9 @@ between_sonar_centers_variation = 2;
 
 wall_thickness = 3;
 
-screw_radius_measured = 2.8;
-screw_radius_print_fudge = 0.0;
+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 = 4;