From 1b1ed4ee1846b7b65abb041f05b71f936c2964a5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 25 Nov 2018 23:26:23 +0000 Subject: [PATCH] poster-tube-lid: Provide CatchCore (nfc) Signed-off-by: Ian Jackson --- poster-tube-lid.scad | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index d1debf9..cc4d297 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -578,11 +578,15 @@ module CatchCoreProfile(){ ////toplevel } } +module CatchCore(){ /////toplevel + linear_extrude(height=catch_strap_thick, convexity=10) + CatchCoreProfile(); +} + module CatchPreDistort(){ /////toplevel scale(100 / sm_inner_rad) rotate([90,0,0]) - linear_extrude(height=catch_strap_thick, convexity=10) - CatchCoreProfile(); + CatchCore(); } module CatchAssembly(){ /////toplevel -- 2.30.2