diff --git a/src/dactyl_keyboard/dactyl.clj b/src/dactyl_keyboard/dactyl.clj index 2cb6aa6..83a83fb 100644 --- a/src/dactyl_keyboard/dactyl.clj +++ b/src/dactyl_keyboard/dactyl.clj @@ -585,12 +585,12 @@ (def rj9-start (map + [3 -2 0] (key-position 0 0 (map + (wall-locate3 0 1) [0 (/ mount-height 2) 0])))) (def rj9-position [(first rj9-start) (second rj9-start) 11]) -(def rj9-cube (cube 11.5 4 16)) +(def rj9-cube (cube 11.5 5 16)) (def rj9-space (translate rj9-position rj9-cube)) -(def usbc-start (map + [17.5 -2 0] (key-position 0 0 (map + (wall-locate3 0 1) [0 (/ mount-height 2) 0])))) +(def usbc-start (map + [17.6 -2 0] (key-position 0 0 (map + (wall-locate3 0 1) [0 (/ mount-height 2) 0])))) (def usbc-position [(first usbc-start) (second usbc-start) 4.75]) -(def usbc-cube (cube 9.5 4 3.5)) +(def usbc-cube (cube 9.4 5 3.5)) (def usbc-space (translate usbc-position usbc-cube)) @@ -765,16 +765,16 @@ ; ; wire-posts ; ))) -;(spit "things/right-plate.scad" -; (write-scad -; (cut -; (translate [0 0 -0.1] -; (difference (union case-walls -; teensy-holder -; ; rj9-holder -; screw-insert-outers) -; (translate [0 0 -10] screw-insert-screw-holes)) -; )))) +(spit "things/right-plate.scad" + (write-scad + (cut + (translate [0 0 -0.1] + (difference (union case-walls + ;teensy-holder + ; rj9-holder + screw-insert-outers) + (translate [0 0 -10] screw-insert-screw-holes)) + )))) ;(spit "things/test.scad" ; (write-scad diff --git a/things/left.stl b/things/left.stl new file mode 100644 index 0000000..7f2aa88 Binary files /dev/null and b/things/left.stl differ diff --git a/things/right.stl b/things/right.stl new file mode 100644 index 0000000..e267613 Binary files /dev/null and b/things/right.stl differ