From 9767db80d8e5fb2d73e6fe85e0640fbf39cf8a3f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 31 Oct 2018 00:46:41 +0000 Subject: [PATCH] ksafe-base: front and back of base Signed-off-by: Ian Jackson --- ksafe-base.scad | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 -- 2.30.2