From 655f81fdabdfb408f2e9c5a032aa6cfbc51d7f0e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 19 Oct 2017 00:15:13 +0100 Subject: [PATCH] poster-tube-lid: StrapMount add gap --- poster-tube-lid.scad | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index 3bc6db6..736f330 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -67,7 +67,7 @@ sm_bolt_head_dia = 6.94 + 1.0; sm_bolt_head_thick = 2.14; sm_bolt_nut_width = 5.89 + 0.25; sm_bolt_nut_thick = 3.68; -sm_bolt_tighten_allow = 0.0; +sm_bolt_tighten_allow = 2.0; sm_bolt_y_clear = 0.5; sm_bolt_y_over = 0.5; @@ -440,6 +440,8 @@ module StrapMount(){ ////toplevel cylinder(r=sm_inner_rad, h=sm_main_width+2); translate(smc_pos) StrapMountBolt(10); + translate(smc_pos) + cube([ sm_bolt_tighten_allow, 40,100 ], center=true); } } -- 2.30.2