From 79d5150badad5200aa0d637479d4458ff129ba55 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 22 Nov 2018 00:18:31 +0000 Subject: [PATCH] poster-tube-lid: catch wip, CatchAssembly Signed-off-by: Ian Jackson --- poster-tube-lid.scad | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index 35c73c8..719ed59 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -570,6 +570,11 @@ module CatchPreDistort(){ /////toplevel CatchCoreProfile(); } +module CatchAssembly(){ /////toplevel + scale(sm_inner_rad / 100) + import("poster-tube-lid,CatchPostDistort.stl", convexity=20); +} + //ProfilesDemo(); //BayonetCutout(); //MainProfile(); -- 2.30.2