diff options
-rw-r--r-- | mech/pcb_case/tolerance_tests.scad | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } } |