From aa3126fb93e79426698dd5a56f05883c691819f6 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 31 Oct 2018 00:47:51 +0000 Subject: [PATCH] ksafe-base: front and back walls Signed-off-by: Ian Jackson --- ksafe-base.scad | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ksafe-base.scad b/ksafe-base.scad index 875d580..2a08ed9 100644 --- a/ksafe-base.scad +++ b/ksafe-base.scad @@ -214,6 +214,9 @@ module KsafeBase(){ SWalls(yw11, yw12, a_bevel) { AnchorWallProfile(); BaseProfile(); } SWalls(yw11, yw13, bevel ) { UsualProfile(); BaseProfile(); } SWalls(yw1, yw10, a_bevel) { WebProfile(); SomeBaseProfile($gppS, $xppF); } + + // front and rear walls + rotate([0,0,90]) SWalls(yw6, yw13, bevel) UsualProfile(); } module DemoProfiles(){ -- 2.30.2