From 216f26fcee0282bdac9f9b653463d7dd4e20ccf7 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 25 Nov 2024 21:38:00 +0000 Subject: [PATCH] Revert "poster-tube-lid: Remove curve from catch tip" This deletes the tip! And apparently we never tested it. This reverts commit 7318ed311c589c0856e774ccfeffe6e31ddf6704. 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 cdba23e..52acfe0 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -916,7 +916,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