From 10ad3e2298708e37d476cc624a96b15d6238ca32 Mon Sep 17 00:00:00 2001 From: "Jan \"Yenya\" Kasprzak" Date: Tue, 5 May 2015 22:08:12 +0200 Subject: [PATCH] hc-sr04: dimensions adjustment --- hc-sr04.scad | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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(); -- 2.43.5