From: Ian Jackson Date: Thu, 22 Nov 2018 00:58:32 +0000 (+0000) Subject: poster-tube-lid: catch wip, CatchAssembly seems done ? X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=cd9506cd4f5fea2b670bf46cf45d937376e5e77f;p=reprap-play.git poster-tube-lid: catch wip, CatchAssembly seems done ? Signed-off-by: Ian Jackson --- diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index 8528673..fb0667f 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -580,11 +580,20 @@ module CatchPreDistort(){ /////toplevel } module CatchAssembly(){ /////toplevel - scale(sm_inner_rad / 100) + 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();