From 64f0f6fe7158ad4c35ca42fdbad985a60c07e8f7 Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 1 Jan 2024 14:53:18 +0100 Subject: mech: pcb_case: Fix tolerance_tests.scad The width and height tolerance test was unusable because the thickness tolerance was not added. Thus the test part did not fit inside the slot. --- mech/pcb_case/tolerance_tests.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mech/pcb_case/tolerance_tests.scad b/mech/pcb_case/tolerance_tests.scad index 43560f7..c15cf50 100644 --- a/mech/pcb_case/tolerance_tests.scad +++ b/mech/pcb_case/tolerance_tests.scad @@ -79,7 +79,7 @@ module panel_width_height() { difference() { cube([3*t, 8*t, height]); translate([t, t-tol/2, t]) { - rounded_cube([t, 6*t+tol, 6*t+tol], t); + rounded_cube([t+panel_dim_0_tol, 6*t+tol, 6*t+tol], t); } } } -- cgit v1.2.3-70-g09d2