diff options
author | xengineering <me@xengineering.eu> | 2024-01-01 17:31:39 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-01-02 14:24:58 +0100 |
commit | 898a9ceb45e0f2950924eddb29c983e7cef93a5c (patch) | |
tree | c776e38be5352aa6996bdd1ae3df09860a924e08 /mech/pcb_case/bolt.scad | |
parent | 46f25688870564022e709f9ea1b3d96b36e37002 (diff) | |
download | soundbox-898a9ceb45e0f2950924eddb29c983e7cef93a5c.tar soundbox-898a9ceb45e0f2950924eddb29c983e7cef93a5c.tar.zst soundbox-898a9ceb45e0f2950924eddb29c983e7cef93a5c.zip |
mech: pcb_case: Adapt tolerances
Result from test print.
Diffstat (limited to 'mech/pcb_case/bolt.scad')
-rw-r--r-- | mech/pcb_case/bolt.scad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mech/pcb_case/bolt.scad b/mech/pcb_case/bolt.scad index 2ad348a..4c26c30 100644 --- a/mech/pcb_case/bolt.scad +++ b/mech/pcb_case/bolt.scad @@ -3,7 +3,7 @@ bolt_k = 3; bolt_l = 10; bolt_dk = 5.5; bolt_ds = 3; -bolt_ds_tol = 0.3; +bolt_ds_tol = 0.45; module bolt() { union() { |