From 2fcbae0c4853d21a167315aa0c0e1d8e6fcf3cff Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 19 Dec 2022 11:08:59 +0000 Subject: [PATCH] poster-tube-lid: Fix StrapMount Signed-off-by: Ian Jackson --- poster-tube-lid.scad | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index 161a5d8..c8fbfa8 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -559,7 +559,8 @@ module StrapMount(){ ////toplevel rotate([0,0,180]){ StrapMountProtrusion(strap_hoop_inside/2 + strap_hoop_thick, strap_hoop_thick, - sm_closure_cnr); + sm_closure_cnr, + sm_main_width); translate(smc_pos + [0,0, sm_main_width] + strap_hoop_thick * [ 0, 0.5, -1.0 ]) -- 2.30.2