From: Ian Jackson Date: Wed, 31 Oct 2018 00:46:41 +0000 (+0000) Subject: ksafe-base: front and back of base X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=9767db80d8e5fb2d73e6fe85e0640fbf39cf8a3f ksafe-base: front and back of base Signed-off-by: Ian Jackson --- diff --git a/ksafe-base.scad b/ksafe-base.scad index 1d4048b..875d580 100644 --- a/ksafe-base.scad +++ b/ksafe-base.scad @@ -190,11 +190,20 @@ module AtTwoCorners(){ } module KsafeBase(){ - /// corners + /// corners, and front and back of base for (ym=[0,1]) mirror([0,ym,0]) { AtTwoCorners(){ UsualProfile(); } + hull() AtTwoCorners(){ + upp_app_Vars(bevel){ + polygon([ $xppI, + $xppF, + $xppF + [0.1, 0], + $xppI + [0.1, 0] + ]); + } + } } // side walls and base