From ca969ac44ea1c2194193eb444c4e6e8ca222c8bf Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 9 Jan 2024 20:14:31 +0100 Subject: mech: Adapt thickness and spacing The front panel has to be very close and thin so that USB and HDMI cables can still be connected when only the ports are cut out of the panel. --- mech/parameters.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mech/parameters.scad b/mech/parameters.scad index 0c3dd08..9fda8b4 100644 --- a/mech/parameters.scad +++ b/mech/parameters.scad @@ -1,11 +1,11 @@ include -t = 2; +t = 1.65; pcb_dim = [30, 65, 1.4]; margins = [ - [1, 1], + [1, 0.3], [3.6, 1.7], [bolt_l-t-pcb_dim[2], 27] ]; -- cgit v1.2.3-70-g09d2