chiark / gitweb /
topeak-seatstay-lock: fix mirror image
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 31 May 2014 22:09:59 +0000 (23:09 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 31 May 2014 22:09:59 +0000 (23:09 +0100)
topeak-seatstay-lock.scad

index 95ba9cb5b20f4e01e0b75cc7b5443dead12fb493..d00f0d45fda90b5fb6bf2272eebb3b33c469195e 100644 (file)
@@ -109,7 +109,7 @@ module Piece(pc){
 }
 
 module PiecesPrint(){
 }
 
 module PiecesPrint(){
-  mirror([0,0,1])
+  rotate([0,180,0])
     for (pc=[0,1]){
       Piece(pc);
     }
     for (pc=[0,1]){
       Piece(pc);
     }