chiark / gitweb /
pattress-boxes-3-cover: Rail rounded end
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 26 Dec 2015 00:28:23 +0000 (00:28 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 26 Dec 2015 00:28:23 +0000 (00:28 +0000)
pattress-boxes-3-cover.scad

index 6122f5d0e95e452db38acce12fb4698305a5c4eb..d5d577ce69cb1f23f2531299aabd0f34cc438f19 100644 (file)
@@ -110,6 +110,15 @@ module LidSide(){
     translate([0,0,-0.1])
     linear_extrude(height=raillen+0.1) //todo
     RailProfile();
     translate([0,0,-0.1])
     linear_extrude(height=raillen+0.1) //todo
     RailProfile();
+
+  // rail end
+  translate([raillen, 0,0])
+    intersection(){
+      rotate_extrude($fn=50)
+       RailProfile(lslop=0);
+      translate([0, 25-0.1, 0])
+       cube(50, center=true);
+    }
 }
 
 module PegProfile(){
 }
 
 module PegProfile(){