Commit fa88c56 1 parent 4fbf0b3 commit fa88c56 Copy full SHA for fa88c56
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 256
256
left-wall
257
257
(if create-side-nub? (with-fn 100 side-nub) ()))
258
258
; 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 )
260
260
swap-holder (->> (cube (+ keyswitch-width 3 ) (/ (+ keyswitch-height 3 ) 2 ) 3 )
261
261
(translate [0 (/ (+ keyswitch-height 3 ) 4 ) swap-holder-z-offset]))
262
262
; for the main axis
267
267
(translate (if use-choc? [-5 3 0 ] [-3.81 2.54 0 ])))
268
268
minus-hole (->> (cylinder (/ 3.3 2 ) 10 )
269
269
(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 ])))
271
271
plus-hole-mirrored (->> (cylinder (/ 3.3 2 ) 10 )
272
272
(with-fn 8 )
273
273
(translate (if use-choc? [5 3 0 ] [3.81 2.54 0 ])))
274
274
minus-hole-mirrored (->> (cylinder (/ 3.3 2 ) 10 )
275
275
(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 )
278
278
(with-fn 8 ))
279
279
friction-hole-right (translate [5 0 0 ] friction-hole)
280
280
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 )
282
282
hotswap-base-shape (->> (cube 19 6.2 3.5 )
283
283
(translate [0 4 hotswap-base-z-offset]))
284
284
hotswap-holder (difference swap-holder
You can’t perform that action at this time.
0 commit comments