X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=poster-tube-lid.scad;h=dcb18b3df29725ab385a53acf77ab1f74f251e1c;hb=7dcc6bbcb0e6a1e316a3327c85117346a7cdf17a;hp=8528673b9517dea6285a4f1e6e7e8fc680679fee;hpb=92eb30d719e83005a6e4f881988b968c419c5342;p=reprap-play.git diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index 8528673..dcb18b3 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -580,11 +580,21 @@ module CatchPreDistort(){ /////toplevel } module CatchAssembly(){ /////toplevel - scale(sm_inner_rad / 100) + 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), ".stl"), convexity=20); + + SomeStrap(){ + union(){ } + union(){ + translate([-200, -200, -200]) + cube([400, 200, 400]); + } + } } //ProfilesDemo();