From b45667f9bc852946dac863c28eedc120d8ebe76a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 28 Aug 2023 22:09:04 +0100 Subject: [PATCH] poster-tube-lid: fix 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 659af07..7b15c7a 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -604,7 +604,7 @@ module SomeStrap(width, cut_width=0){ translate([0,0,-1]) cylinder(r=sm_inner_rad, h=max(width+2, cut_width)); translate(smc_pos) - StrapMountBolt(10, width); + StrapMountBolt(5, width); translate(smc_pos) cube([ sm_bolt_tighten_allow, 40,100 ], center=true); children(1); -- 2.30.2