]> git.scottworley.com Git - tattlekey/blobdiff - housing/tattlekey.scad
housing: Grip board tighter
[tattlekey] / housing / tattlekey.scad
index 0bc4e47aec43055521515400d74c3566e301064a..015d84724a079a98a803f9afa12470b1f9afa694 100644 (file)
@@ -33,8 +33,8 @@ module pico_hole(d, x, y) {
 }
 
 module pico_board(gap = 0) {
-    translate([-gap, -gap, -gap])
-    cube([pico_board_l + 2*gap, pico_board_w + 2*gap, pico_board_h + 2*gap]);
+    translate([-gap, 0, -gap])
+    cube([pico_board_l + 2*gap, pico_board_w, pico_board_h + 2*gap]);
 }
 
 module pico_w(hole_d = 2.1) {