From 975d85056708dd78f6cc1f49d19b6fd65dfdcde8 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 10 Sep 2020 21:23:24 +0100 Subject: [PATCH] itx-aperture-grommet: adjustments from v2 Signed-off-by: Ian Jackson --- itx-aperture-grommet.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/itx-aperture-grommet.scad b/itx-aperture-grommet.scad index ee44f4f..53f74fa 100644 --- a/itx-aperture-grommet.scad +++ b/itx-aperture-grommet.scad @@ -5,12 +5,12 @@ include ap_width = 21.30; ap_height = 16.45; -tot_height = 22.74; +tot_height = 22.74 + 1.0; screw_ctr_to_tr = [ 7.89, 3.87 ]; tab_th = 2.5; wall_th = 1; -wall_h = 1; +wall_h = 2; app_slop = 0.60; // total across both sides -- 2.30.2