chiark / gitweb /
poster-tube-lid: fix
[reprap-play.git] / poster-tube-lid.scad
index 659af078cc176a9e83d8ba78e79a2afe412b7530..7b15c7ad65f37431b665d3e95c835296998e259e 100644 (file)
@@ -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);