chiark / gitweb /
poster-tube-lid: Remove curve from catch tip
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 10 Dec 2022 11:49:08 +0000 (11:49 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 10 Dec 2022 11:50:42 +0000 (11:50 +0000)
I have a theory that this isn't needed.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
poster-tube-lid.scad

index ad21aeda1037cb29aeca24be5c6c58fb5dae26ee..b53fb65bd0a17cd8e6f5483b13e5012745d7aa3f 100644 (file)
@@ -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));
       }
     }