chiark / gitweb /
poster-tube-lid: StrapMount add gap
[reprap-play.git] / poster-tube-lid.scad
index 3bc6db64b3c890aa7fe0bb987219be71c48ca7f8..736f330243ee87c3fa176848e112ecd856d29898 100644 (file)
@@ -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);
   }
 }