X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=poster-tube-lid.scad;h=6ae96f99b41e65e434dae5256deaad617645cc99;hb=3de1b50170ea835296c074fde1aa0864d14cac83;hp=fb0667f9a8ec1283b8df0cfe6aa8928b632121c6;hpb=cd9506cd4f5fea2b670bf46cf45d937376e5e77f;p=reprap-play.git diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index fb0667f..6ae96f9 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -580,7 +580,8 @@ module CatchPreDistort(){ /////toplevel } module CatchAssembly(){ /////toplevel - translate([0,0, catch_strap_width]) + rotate([0,0, -0.5 * (cpp1[0] + cpp2[0]) / sm_inner_rad * 360/TAU]) + translate([0,0, catch_strap_width]) scale(sm_inner_rad / 100) import(str("poster-tube-lid,CatchPostDistort-fa", (coarse ? 20 : 1), @@ -596,6 +597,17 @@ module CatchAssembly(){ /////toplevel } } +module CatchDemo(){ /////toplevel + translate([0,0, + -catch_strap_width + -cpp0[1] + ]) + CatchAssembly(); + translate([0,0,+side_height + ]) + %Cover(); +} + //ProfilesDemo(); //BayonetCutout(); //MainProfile();