File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 263
263
left-wall
264
264
(if create-side-nub? (with-fn 100 side-nub) ()))
265
265
; the bottom of the hole.
266
- swap-holder-z-offset (if use-choc? 0 -1.5 )
266
+ swap-holder-z-offset (if use-choc? 1.5 -1.5 )
267
267
swap-holder (->> (cube (+ keyswitch-width 3 ) (/ (+ keyswitch-height 3 ) 2 ) 3 )
268
268
(translate [0 (/ (+ keyswitch-height 3 ) 4 ) swap-holder-z-offset]))
269
269
; for the main axis
285
285
(with-fn 8 ))
286
286
friction-hole-right (translate [5 0 0 ] friction-hole)
287
287
friction-hole-left (translate [-5 0 0 ] friction-hole)
288
- hotswap-base-z-offset (if use-choc? -2 -2.6 )
288
+ hotswap-base-z-offset (if use-choc? -0.5 -2.6 )
289
289
hotswap-base-shape (->> (cube 19 6.2 3.5 )
290
- (translate [0 4 hotswap-base-z-offset]))
290
+ (translate [0 3 hotswap-base-z-offset]))
291
291
hotswap-holder (difference swap-holder
292
292
main-axis-hole
293
293
plus-hole
You can’t perform that action at this time.
0 commit comments