From 35bf5ac81a5d335e7334e49b274b0fab457fa52d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 19 Oct 2017 00:16:19 +0100 Subject: [PATCH] poster-tube-lid: StrapMount use half the tighten to make bigger --- 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 736f330..515a451 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -110,7 +110,7 @@ jig_mark_rad = jig_mark + main_dia/2 + jig_thick; handling_dia = oring_bore + oring_thick*2 + min_wall*2; handling_angle = 45; -sm_inner_rad = sm_inner_circum / TAU; +sm_inner_rad = (sm_inner_circum + sm_bolt_tighten_allow/2) / TAU; sm_outer_rad = sm_inner_rad + sm_main_thick; smc_pos = [ 0, sm_inner_rad, 0 ]; -- 2.30.2