From 2aa08850d3379750da657d7612e7e0e176a04977 Mon Sep 17 00:00:00 2001 From: carbonfet <59760875+carbonfet@users.noreply.github.com> Date: Fri, 18 Jun 2021 01:26:44 -0400 Subject: [PATCH] Update dactyl.clj Added more lines for top-middle screw post definition. --- src/dactyl_keyboard/dactyl.clj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/dactyl_keyboard/dactyl.clj b/src/dactyl_keyboard/dactyl.clj index 14daf2b..287c1d1 100644 --- a/src/dactyl_keyboard/dactyl.clj +++ b/src/dactyl_keyboard/dactyl.clj @@ -1358,15 +1358,19 @@ (def screw-offset-bm [13 -7 0])) (when (and (= thumb-style "mini") inner-column) (def screw-offset-bl [14 8 0]) + (def screw-offset-tm [9.5 -4.5 0]) (def screw-offset-bm [-1 -7 0])) (when (and (= thumb-style "mini") (false? inner-column)) (def screw-offset-bl [-1 4.2 0]) + (def screw-offset-tm [9.5 -4.5 0]) (def screw-offset-bm [-1 -7 0])) (when (and (= thumb-style "default") inner-column) (def screw-offset-bl [5 -6 0]) + (def screw-offset-tm [9.5 -4.5 0]) (def screw-offset-bm [8 -1 0])) (when (and (= thumb-style "default") (false? inner-column)) (def screw-offset-bl [-11.7 -8 0]) + (def screw-offset-tm [9.5 -4.5 0]) (def screw-offset-bm [8 -1 0])) (defn screw-insert-all-shapes [bottom-radius top-radius height]