From: Ian Jackson Date: Wed, 18 Oct 2017 23:16:19 +0000 (+0100) Subject: poster-tube-lid: StrapMount use half the tighten to make bigger X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=35bf5ac81a5d335e7334e49b274b0fab457fa52d;p=reprap-play.git poster-tube-lid: StrapMount use half the tighten to make bigger --- 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 ];