chiark / gitweb /
summit-lantern-hook: rounded ends
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 13 Nov 2020 18:17:15 +0000 (18:17 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 13 Nov 2020 18:17:15 +0000 (18:17 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
summit-lantern-hook.scad

index 7666889305a44c00833a3513217157f4a0cc162c..955199d6331fe7fcd77ba998bd044cd0ebbfc3be 100644 (file)
@@ -47,8 +47,12 @@ module Lower(){
     square(center=true, [th, width]);
     for (m=[0,1])
       mirror([0,m])
-       translate([0, width/2 - th/2 ])
-       square(center=true, [ sides_depth, th ]);
+       hull()
+      {
+       for (x= sides_depth/2 * [-1,+1])
+         translate([ x, width/2 - th/2 ])
+           circle(r= th/2);
+      }
   }
 }