chiark / gitweb /
ksafe-base: front and back walls
[reprap-play.git] / ksafe-base.scad
index 875d58082483a2f3dc4f9d1eb9834db737710626..2a08ed9d18423dc69a85e0a46efee295ab22913f 100644 (file)
@@ -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(){