]> git.scottworley.com Git - tattlekey/commitdiff
housing: Grip board tighter
authorScott Worley <scottworley@scottworley.com>
Sat, 7 Oct 2023 18:16:00 +0000 (11:16 -0700)
committerScott Worley <scottworley@scottworley.com>
Wed, 11 Oct 2023 01:47:58 +0000 (18:47 -0700)
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) {