From: Ian Jackson Date: Sat, 31 May 2014 22:09:59 +0000 (+0100) Subject: topeak-seatstay-lock: fix mirror image X-Git-Tag: filamentspool-v2-release~354 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=736b9344219efd9875a47bb859160434282bad8a topeak-seatstay-lock: fix mirror image --- 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); }