chiark / gitweb /
ksafe-base: web
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 31 Oct 2018 00:41:14 +0000 (00:41 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 31 Oct 2018 00:41:14 +0000 (00:41 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
ksafe-base.scad

index b1c62ed076d6c0a27328234764857f86cd3f27f4..3ff7efbc1e505461817ea2053de4142ace5223a2 100644 (file)
@@ -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(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(){
 }
 
 module DemoProfiles(){