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/panel.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/panel.scad')
-rw-r--r-- | mech/pcb_case/panel.scad | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |