chiark / gitweb /
fairphone-case: TestFrameLidPrint: fix orientation
[reprap-play.git] / fairphone-case.scad
index 697e0c57e467152fd36b2c68b80c38247a4d333f..b77482cb8d6ea7dbcc5fc6fec97d704a1e029ab5 100644 (file)
@@ -701,7 +701,7 @@ module TestFrameCase(){ ////toplevel
 }
 
 module TestFrameLidPrint(){ ////toplevel
-  rotate([0,0,180]) intersection(){
+  rotate([0,180,0]) intersection(){
     Lid();
     TestSelectFrame();
   }