Skip to content

Commit fa88c56

Browse files
committed
adjust choc swap holes
1 parent 4fbf0b3 commit fa88c56

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/dactyl_keyboard/common.clj

+5-5
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
left-wall
257257
(if create-side-nub? (with-fn 100 side-nub) ()))
258258
; the bottom of the hole.
259-
swap-holder-z-offset (if use-choc? 2 -1.5)
259+
swap-holder-z-offset (if use-choc? 0 -1.5)
260260
swap-holder (->> (cube (+ keyswitch-width 3) (/ (+ keyswitch-height 3) 2) 3)
261261
(translate [0 (/ (+ keyswitch-height 3) 4) swap-holder-z-offset]))
262262
; for the main axis
@@ -267,18 +267,18 @@
267267
(translate (if use-choc? [-5 3 0] [-3.81 2.54 0])))
268268
minus-hole (->> (cylinder (/ 3.3 2) 10)
269269
(with-fn 8)
270-
(translate (if use-choc? [0 5.5 0] [2.54 5.08 0])))
270+
(translate (if use-choc? [0 5 0] [2.54 5.08 0])))
271271
plus-hole-mirrored (->> (cylinder (/ 3.3 2) 10)
272272
(with-fn 8)
273273
(translate (if use-choc? [5 3 0] [3.81 2.54 0])))
274274
minus-hole-mirrored (->> (cylinder (/ 3.3 2) 10)
275275
(with-fn 8)
276-
(translate (if use-choc? [0 5.5 0] [-2.54 5.08 0])))
277-
friction-hole (->> (cylinder (/ 1.7 2) 10)
276+
(translate (if use-choc? [0 5 0] [-2.54 5.08 0])))
277+
friction-hole (->> (cylinder (if use-choc? 1 (/ 1.7 2)) 10)
278278
(with-fn 8))
279279
friction-hole-right (translate [5 0 0] friction-hole)
280280
friction-hole-left (translate [-5 0 0] friction-hole)
281-
hotswap-base-z-offset (if use-choc? 0 -2.6)
281+
hotswap-base-z-offset (if use-choc? -2 -2.6)
282282
hotswap-base-shape (->> (cube 19 6.2 3.5)
283283
(translate [0 4 hotswap-base-z-offset]))
284284
hotswap-holder (difference swap-holder

0 commit comments

Comments
 (0)