X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=3d-printables%2Fsonar-binder-clip-holder-data.scad;h=250bc9acccad015b68359c7c6216d42f22dfa44d;hb=5779d20ea1d9359aae1b314c2c7d9f912c0cdc8a;hp=eba8368d49aa88458ff37f49c0240c2788d7c8a5;hpb=250f2c1f6df5448d87522f8393487dfd326f04bb;p=challenge-bot diff --git a/3d-printables/sonar-binder-clip-holder-data.scad b/3d-printables/sonar-binder-clip-holder-data.scad index eba8368..250bc9a 100644 --- a/3d-printables/sonar-binder-clip-holder-data.scad +++ b/3d-printables/sonar-binder-clip-holder-data.scad @@ -16,6 +16,11 @@ 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;