From: Ian Jackson Date: Thu, 10 Sep 2020 16:56:58 +0000 (+0100) Subject: itx-aperture-grommet: fix X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=0ca1baf2d5c1a0b55a1c84c55864d10e2ce8341f;p=reprap-play.git itx-aperture-grommet: fix Signed-off-by: Ian Jackson --- 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() {