diff --git a/src/dactyl_keyboard/dactyl.clj b/src/dactyl_keyboard/dactyl.clj index 3afd69f..6353512 100644 --- a/src/dactyl_keyboard/dactyl.clj +++ b/src/dactyl_keyboard/dactyl.clj @@ -601,7 +601,7 @@ (union (->> (binding [*fn* 30] (cylinder [bottom-radius top-radius] height))) - (translate [0 0 (/ height 2)] (sphere top-radius)))) + (translate [0 0 (/ height 2)] (->> (binding [*fn* 30] (sphere top-radius)))))) (defn screw-insert [column row bottom-radius top-radius height offset] (let [shift-right (= column lastcol)