From: Jan "Yenya" Kasprzak Date: Tue, 19 May 2015 18:12:40 +0000 (+0200) Subject: hc-sr04: different screw hole for easier print X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=a95cdb67541fa07238b23acc4103c589e5748645;p=things.git hc-sr04: different screw hole for easier print --- diff --git a/hc-sr04.scad b/hc-sr04.scad index 2055eb4..d391355 100644 --- a/hc-sr04.scad +++ b/hc-sr04.scad @@ -90,8 +90,8 @@ module case() { translate([pcb_x/2+wall, -screw_head/2, screw_base]) cube([screw_head+eps, screw_head, infty]); // screw hole - translate([pcb_x/2+wall+screw_head/2-screw_d/2, -screw_d/2, -eps]) - cube([screw_d, screw_d, infty]); + translate([pcb_x/2+wall+screw_head/2-screw_d/2, -screw_head/2, -eps]) + cube([screw_d, screw_head, infty]); } // text translate([0, 3.5, pcb_h + cyl_h + eps])