From: Jan "Yenya" Kasprzak Date: Tue, 5 May 2015 20:08:12 +0000 (+0200) Subject: hc-sr04: dimensions adjustment X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=10ad3e2298708e37d476cc624a96b15d6238ca32;p=things.git hc-sr04: dimensions adjustment --- diff --git a/hc-sr04.scad b/hc-sr04.scad index cb06fa5..2055eb4 100644 --- a/hc-sr04.scad +++ b/hc-sr04.scad @@ -4,11 +4,11 @@ infty = 100; wall = 1.5; cyl_r = 8 + 0.5; -cyl_x = 26.2 / 2; +cyl_x = 26.6 / 2; cyl_h = 8; // above pcb, max 13.8; -pcb_x = 45.6 + 1.0; -pcb_y = 20.2 + 1.0; +pcb_x = 45.6 + 0.7; +pcb_y = 20.2 + 0.5; xtal_h = 5; pcb_supp = 3; // side support thickness pcb_h = 8; // 1.2 + space for connector etc @@ -102,5 +102,5 @@ module case() { } } -// rotate([180, 0, 0]) // rotate it for easier print +rotate([180, 0, 0]) // rotate it for easier print case();