X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=poster-tube-lid.scad;h=f1fb97be6911233b3ab53c9f8fe08f8a1c9557a9;hb=e5c966a4a3f2a67ca7d2f09df1f722b8e6ea931c;hp=515a451d5ed2c56436ed24f6ee2ba7f1b75015eb;hpb=35bf5ac81a5d335e7334e49b274b0fab457fa52d;p=reprap-play.git diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index 515a451..f1fb97b 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -435,6 +435,15 @@ module StrapMount(){ ////toplevel StrapMountProtrusion(smc_cnr_c_x + sm_closure_cnr, smc_max_y, sm_closure_cnr); + rotate([0,0,180]){ + StrapMountProtrusion(strap_hoop_inside/2 + strap_hoop_thick, + strap_hoop_thick, + sm_closure_cnr); + translate(smc_pos + + [0,0, sm_main_width] + + strap_hoop_thick * [ 0, 0.5, -1.0 ]) + StrapHoop(); + } } translate([0,0,-1]) cylinder(r=sm_inner_rad, h=sm_main_width+2);