From bea54dedfedb517178ef88839dc7a48e04107477 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 28 Aug 2023 22:33:34 +0100 Subject: [PATCH] poster-tube-lid: tidy Signed-off-by: Ian Jackson --- poster-tube-lid.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index 215eb50..8356d46 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -690,7 +690,7 @@ module WallMountMounts(){ } } module WallMountScrewHoles(){ - translate([ -sm_outer_rad + wm_thick, 0, wm_z_slotc_screw]) { + translate([ -sm_outer_rad + wm_thick, 0, wm_z_slotc_screw ]) { translate([ 0, wm_y_slotc_screw, 0 ]) WallScrewHoleSlot(); translate([ 0, -wm_y_slotc_screw, 0 ]) -- 2.30.2