X-Git-Url: http://git.scottworley.com/tattlekey/blobdiff_plain/855c17458e89188883e1060e2f83e38a63841f0a..be094295adf57ac8a1e34b1934552b9c0b8d6756:/housing/tattlekey.scad diff --git a/housing/tattlekey.scad b/housing/tattlekey.scad index 0bc4e47..015d847 100644 --- a/housing/tattlekey.scad +++ b/housing/tattlekey.scad @@ -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) {