From eacf0df992ba588a5e6ffabe2e9824ee72b62189 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 26 Dec 2015 00:28:23 +0000 Subject: [PATCH 1/1] pattress-boxes-3-cover: Rail rounded end --- pattress-boxes-3-cover.scad | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pattress-boxes-3-cover.scad b/pattress-boxes-3-cover.scad index 6122f5d..d5d577c 100644 --- a/pattress-boxes-3-cover.scad +++ b/pattress-boxes-3-cover.scad @@ -110,6 +110,15 @@ module LidSide(){ 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(){ -- 2.30.2