From 898a9ceb45e0f2950924eddb29c983e7cef93a5c Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 1 Jan 2024 17:31:39 +0100 Subject: mech: pcb_case: Adapt tolerances Result from test print. --- mech/pcb_case/bolt.scad | 2 +- mech/pcb_case/panel.scad | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'mech') 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 -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) { -- cgit v1.2.3-70-g09d2