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 | |
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')
-rw-r--r-- | mech/pcb_case/bolt.scad | 2 | ||||
-rw-r--r-- | mech/pcb_case/panel.scad | 2 |
2 files changed, 2 insertions, 2 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() { diff --git a/mech/pcb_case/panel.scad b/mech/pcb_case/panel.scad index 8598e0a..3fc18cb 100644 --- a/mech/pcb_case/panel.scad +++ b/mech/pcb_case/panel.scad @@ -1,6 +1,6 @@ use <rounded_cube.scad> -panel_dim_0_tol = 0.45; +panel_dim_0_tol = 0.3; panel_dim_1_2_tol = 0.6; module pcb_case_panel(dim, t) { |