From 15d36362743a8c186ffe3366a4d2b962cd4cadcf Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 21 Nov 2018 00:26:38 +0000 Subject: [PATCH] poster-tube-lid: catch wip, before no rotate pin Signed-off-by: Ian Jackson --- poster-tube-lid.scad | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index 4cb8fce..4d4f01a 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -520,13 +520,22 @@ module CatchCoreProfile(){ ////toplevel cppB, cpp3]); } - translate(cpp8) circle(catch_cr); + translate(cpp8) + circle(catch_cr); + translate(cpp0) + rotate(10) + translate(-cpp0) + polygon([ + cpp4, + cppB, + cpp3, + cpp2, + cpp1, + cpp0 + ]); difference(){ polygon([ cpp4, - cppB, cpp3, - cpp2, - cpp1, cpp0, cppA, cppE, -- 2.30.2