From f0b2d6bc78cfee627d92e6fb62e33e471f91963d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 29 Aug 2023 01:06:52 +0100 Subject: [PATCH] poster-tube-lid: WallMountBaseFixingsTest, adjust gaps Signed-off-by: Ian Jackson --- poster-tube-lid.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index 938a85f..000dec7 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -111,8 +111,8 @@ wmb_nut_around_min = 2; wmb_nut_behind_min = 5; wmb_nut_th = 3.84 + 0.75; wmb_mount_wall = 4.5; -wmb_mount_gap_xy = 0.5; -wmb_mount_gap_z = 0.5; +wmb_mount_gap_xy = 0.1; +wmb_mount_gap_z = 0.2; wmb_mount_y_width = 10; wmb_bottom_gap = 35; // includes allowance for padding, etc. wmb_bottom_th = 7; -- 2.30.2