Skip to content

Commit

Permalink
hot-swap fixes
Browse files Browse the repository at this point in the history
choc: reduce z-offset
all: fix remaining nub
  • Loading branch information
happysalada committed Oct 23, 2020
1 parent 0674820 commit c941ac7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/dactyl_keyboard/common.clj
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
left-wall
(if create-side-nub? (with-fn 100 side-nub) ()))
; the bottom of the hole.
swap-holder-z-offset (if use-choc? 0 -1.5)
swap-holder-z-offset (if use-choc? 1.5 -1.5)
swap-holder (->> (cube (+ keyswitch-width 3) (/ (+ keyswitch-height 3) 2) 3)
(translate [0 (/ (+ keyswitch-height 3) 4) swap-holder-z-offset]))
; for the main axis
Expand All @@ -285,9 +285,9 @@
(with-fn 8))
friction-hole-right (translate [5 0 0] friction-hole)
friction-hole-left (translate [-5 0 0] friction-hole)
hotswap-base-z-offset (if use-choc? -2 -2.6)
hotswap-base-z-offset (if use-choc? -0.5 -2.6)
hotswap-base-shape (->> (cube 19 6.2 3.5)
(translate [0 4 hotswap-base-z-offset]))
(translate [0 3 hotswap-base-z-offset]))
hotswap-holder (difference swap-holder
main-axis-hole
plus-hole
Expand Down

0 comments on commit c941ac7

Please sign in to comment.