diff options
author | Tom Short <tshort.rlists@gmail.com> | 2017-04-02 17:23:39 -0400 |
---|---|---|
committer | Tom Short <tshort.rlists@gmail.com> | 2017-04-02 17:23:39 -0400 |
commit | b24fa4d8c4c660fb9bb0ac889e20a1c663c82923 (patch) | |
tree | 4336713d215728e912227f8e9fa41dd98f36d8b9 /src | |
parent | d63501d9402de3dc2698c01f063db1fc56ec8d2f (diff) |
Another tweak
Diffstat (limited to 'src')
-rw-r--r-- | src/dactyl_keyboard/dactyl.clj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dactyl_keyboard/dactyl.clj b/src/dactyl_keyboard/dactyl.clj index 56ab138..573e95c 100644 --- a/src/dactyl_keyboard/dactyl.clj +++ b/src/dactyl_keyboard/dactyl.clj @@ -631,7 +631,7 @@ (->> (cube 4 teensy-holder-top-length 4) (translate [(+ teensy-pcb-thickness 5) teensy-holder-top-offset (+ 1 (/ teensy-width 2))]))) (translate [(- teensy-holder-width) 0 0]) - (translate [-2 0 0]) + (translate [-1.4 0 0]) (translate [(first teensy-top-xy) (- (second teensy-top-xy) 1) (/ (+ 6 teensy-width) 2)]) @@ -759,4 +759,4 @@ -(defn -main [] 1) ; dummy to make it easier to batch
\ No newline at end of file +(defn -main [dum] 1) ; dummy to make it easier to batch
\ No newline at end of file |