From 7318ed311c589c0856e774ccfeffe6e31ddf6704 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 10 Dec 2022 11:49:08 +0000 Subject: [PATCH] poster-tube-lid: Remove curve from catch tip I have a theory that this isn't needed. Signed-off-by: Ian Jackson --- poster-tube-lid.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index ad21aed..b53fb65 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -619,7 +619,7 @@ module CatchTipProfile(dy){ intersection(){ translate(cppF){ difference(){ - circle(r = dist2d(cppF, cppd)); +// circle(r = dist2d(cppF, cppd)); //circle(r = dist2d(cppF, cppa)); } } -- 2.30.2