From: Ian Jackson Date: Sat, 26 Dec 2015 00:28:23 +0000 (+0000) Subject: pattress-boxes-3-cover: Rail rounded end X-Git-Tag: filamentspool-v2-release~36 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=eacf0df992ba588a5e6ffabe2e9824ee72b62189;hp=d11ada6d34595b332c8558d30a3bf42887c3aa44 pattress-boxes-3-cover: Rail rounded end --- 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(){