Update dactyl.clj

Minor fix for default thumb cluster
This commit is contained in:
carbonfet 2020-11-14 03:12:43 -05:00 committed by GitHub
parent 9567c87d75
commit 8c21ba56a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -532,7 +532,7 @@
(union
(triangle-hulls ; top two
(thumb-tl-place thumb-post-tr)
(thumb-tl-place web-post-br)
(thumb-tl-place (translate [-0.33 -0.25 0] web-post-br))
(thumb-tr-place thumb-post-tl)
(thumb-tr-place thumb-post-bl))
(triangle-hulls ; bottom two on the right
@ -557,9 +557,9 @@
(triangle-hulls ; top two to the middle two, starting on the left
(thumb-tl-place thumb-post-tl)
(thumb-ml-place web-post-tr)
(thumb-tl-place web-post-bl)
(thumb-tl-place (translate [0.25 0.1 0] web-post-bl))
(thumb-ml-place web-post-br)
(thumb-tl-place web-post-br)
(thumb-tl-place (translate [-0.33 -0.25 0] web-post-br))
(thumb-mr-place web-post-tr)
(thumb-tr-place thumb-post-bl)
(thumb-mr-place web-post-br)