X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=topeak-seatstay-lock.scad;h=d00f0d45fda90b5fb6bf2272eebb3b33c469195e;hb=736b9344219efd9875a47bb859160434282bad8a;hp=95ba9cb5b20f4e01e0b75cc7b5443dead12fb493;hpb=a0d0a1d834e46705fac3e997755525c84c3b5200;p=reprap-play.git diff --git a/topeak-seatstay-lock.scad b/topeak-seatstay-lock.scad index 95ba9cb..d00f0d4 100644 --- a/topeak-seatstay-lock.scad +++ b/topeak-seatstay-lock.scad @@ -109,7 +109,7 @@ module Piece(pc){ } module PiecesPrint(){ - mirror([0,0,1]) + rotate([0,180,0]) for (pc=[0,1]){ Piece(pc); }