chiark / gitweb /
topeak-seatstay-lock: fix mirror image
[reprap-play.git] / topeak-seatstay-lock.scad
index 95ba9cb5b20f4e01e0b75cc7b5443dead12fb493..d00f0d45fda90b5fb6bf2272eebb3b33c469195e 100644 (file)
@@ -109,7 +109,7 @@ module Piece(pc){
 }
 
 module PiecesPrint(){
-  mirror([0,0,1])
+  rotate([0,180,0])
     for (pc=[0,1]){
       Piece(pc);
     }