X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=3d-printables%2Fsonar-binder-clip-holder-data.scad;h=dca34194822bbfbba8ae463d462a75905467e88b;hb=ca851d511104f63e975e610e306e266a90343727;hp=bc835d0c6097441b3ae20ce771ab1f6345daae9f;hpb=64c38a302dd5984e2f14ef7cdef316fb023bc2ca;p=challenge-bot diff --git a/3d-printables/sonar-binder-clip-holder-data.scad b/3d-printables/sonar-binder-clip-holder-data.scad index bc835d0..dca3419 100644 --- a/3d-printables/sonar-binder-clip-holder-data.scad +++ b/3d-printables/sonar-binder-clip-holder-data.scad @@ -16,10 +16,15 @@ 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; +sonar_diameter_print_fudge = 0.4; sonar_diameter = sonar_diameter_measured + sonar_diameter_print_fudge; sonar_radius = sonar_diameter / 2; @@ -30,13 +35,14 @@ between_sonar_centers = sonar_diameter + between_sonar_cans; // from one sensor to the next, so this allows for that variance. between_sonar_centers_variation = 2; -wall_thickness = 3; +wall_thickness = 4; -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,