From cd9506cd4f5fea2b670bf46cf45d937376e5e77f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 22 Nov 2018 00:58:32 +0000 Subject: [PATCH] poster-tube-lid: catch wip, CatchAssembly seems done ? Signed-off-by: Ian Jackson --- poster-tube-lid.scad | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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(); -- 2.30.2