X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=ksafe-base.scad;h=2a08ed9d18423dc69a85e0a46efee295ab22913f;hp=875d58082483a2f3dc4f9d1eb9834db737710626;hb=aa3126fb93e79426698dd5a56f05883c691819f6;hpb=9767db80d8e5fb2d73e6fe85e0640fbf39cf8a3f 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(){