Skip to content

Commit

Permalink
Fix diode hole being undersized. Increased minimum size from 1.72 to …
Browse files Browse the repository at this point in the history
…1.85 which stops diodes from shattering.
  • Loading branch information
Your Name committed Jan 6, 2025
1 parent 7a738c9 commit 21d1e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model_gen/keyholes.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@

diode-wire-dia 0.75
diode-wire-channel-depth (* 1.5 diode-wire-dia)
diode-body-width 1.95
diode-body-width 2.2
diode-body-length 4
diode-corner-hole (->> (cylinder diode-wire-dia (* 2 hotswap-z))
(with-fn ROUND-RES)
Expand Down

0 comments on commit 21d1e1c

Please sign in to comment.