From 0ca1baf2d5c1a0b55a1c84c55864d10e2ce8341f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 10 Sep 2020 17:56:58 +0100 Subject: [PATCH] itx-aperture-grommet: fix Signed-off-by: Ian Jackson --- itx-aperture-grommet.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itx-aperture-grommet.scad b/itx-aperture-grommet.scad index badb4ab..8bb22c3 100644 --- a/itx-aperture-grommet.scad +++ b/itx-aperture-grommet.scad @@ -26,7 +26,7 @@ screw_pos = real_all_sz - (screw_ctr_to_tr - 0.5 * app_slop * [1,1]); module GapPlan() { rectfromto([ wall_th, -1 ], - [ real_main_sz[0] - wall_th, real_ap_sz[1] - wall_th ]); + real_main_sz - wall_th * [1,1]); } module MainPlan() { -- 2.30.2