From 80a9b9a4a16c60541ff0698ca9527aec0e966951 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 31 Oct 2018 00:39:08 +0000 Subject: [PATCH] ksafe-base: wip web Signed-off-by: Ian Jackson --- ksafe-base.scad | 1 + 1 file changed, 1 insertion(+) diff --git a/ksafe-base.scad b/ksafe-base.scad index 2866278..b1c62ed 100644 --- a/ksafe-base.scad +++ b/ksafe-base.scad @@ -196,6 +196,7 @@ module KsafeBase(){ SWalls(yw3 , yw2 , a_bevel) { AnchorProfile(); BaseProfile(); } SWalls(yw11, yw12, a_bevel) { AnchorWallProfile(); BaseProfile(); } SWalls(yw11, yw13, bevel ) { UsualProfile(); BaseProfile(); } + SWalls(yw1, yw10, a_bevel) { WebProfile(); } } module DemoProfiles(){ -- 2.30.2