Skip to content

Commit

Permalink
Merge pull request #12 from razerbann/refaktor
Browse files Browse the repository at this point in the history
Changed the wrist rests design to add more comfort
  • Loading branch information
ibnuda authored Apr 23, 2020
2 parents 4654f50 + be36962 commit 4e1c04d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dactyl_keyboard/common.clj
Original file line number Diff line number Diff line change
Expand Up @@ -482,15 +482,15 @@
(- wrist-rest-back-height h-offset))
100)])
(rotate (/ (* pi wrist-rest-angle) 180) [1 0 0])
(rotate (/ (* pi (wrist-rest-y-angle tenting-angle)) 180) [0 1 0]))
(rotate (/ (* pi (wrist-rest-y-angle tenting-angle)) 180) [1 1 0]))
(->> (difference
wrist-rest
(->> (cube 200 200 200)
(translate [0 0 (- (+ (/ h-offset 2)
(- wrist-rest-back-height h-offset))
(+ 100 wrist-rest-ledge))])
(rotate (/ (* pi wrist-rest-angle) 180) [1 0 0])
(rotate (/ (* pi (wrist-rest-y-angle tenting-angle)) 180) [0 1 0])))))))))
(rotate (/ (* pi (wrist-rest-y-angle tenting-angle)) 180) [1 1 0])))))))))

(defn rest-case-cuts [c]
(let [ncols (get c :configuration-ncols)
Expand Down

0 comments on commit 4e1c04d

Please sign in to comment.