From fe3a426ff05c466baeb56cd68cb201ea341475e6 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 31 Oct 2018 00:41:14 +0000 Subject: [PATCH] ksafe-base: web Signed-off-by: Ian Jackson --- ksafe-base.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ksafe-base.scad b/ksafe-base.scad index b1c62ed..3ff7efb 100644 --- a/ksafe-base.scad +++ b/ksafe-base.scad @@ -196,7 +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(); } + SWalls(yw1, yw10, a_bevel) { WebProfile(); SomeBaseProfile($gppS, $xppF); } } module DemoProfiles(){ -- 2.30.2