From: daniel watson Date: Sat, 5 Sep 2015 21:55:33 +0000 (-0700) Subject: open up sonar holding holes to accept sensor X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=commitdiff_plain;h=dc0df21b8871851cd721f119c570acb053fe29c8 open up sonar holding holes to accept sensor increase sonar sensor diameter because materia 101 prints part with inner hole a little to small to accept the can of the sonar sensor --- diff --git a/3d-printables/sonar-table-top-holder-data.scad b/3d-printables/sonar-table-top-holder-data.scad index 1d5ec37..ae4e17b 100644 --- a/3d-printables/sonar-table-top-holder-data.scad +++ b/3d-printables/sonar-table-top-holder-data.scad @@ -25,7 +25,7 @@ deck_depth = 4.7625 - 0.4; // 10.82 in between, 42.33 outside, 15.82 diameter // measured diameter of 15.82 with calipers, // but when printed ends up being too small, so add some -sonar_diameter = 15.82 + 0.4; +sonar_diameter = 15.82 + 0.5; sonar_radius = sonar_diameter / 2; sonar_height = 13.8; between_sonar_centers = sonar_diameter + 10.82;