]> www.fi.muni.cz Git - things.git/commitdiff
Merge branch 'master' of ssh://anxur.fi.muni.cz/home/kas/public_html/git/things
authorJan "Yenya" Kasprzak <kas@fi.muni.cz>
Tue, 19 May 2015 18:13:34 +0000 (20:13 +0200)
committerJan "Yenya" Kasprzak <kas@fi.muni.cz>
Tue, 19 May 2015 18:13:34 +0000 (20:13 +0200)
hc-sr04.scad

index 2055eb414b4c4e8d8426445b29be25789d574504..d3913559dec5eebd77d78e03c19055dc4273618b 100644 (file)
@@ -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])