From 736b9344219efd9875a47bb859160434282bad8a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 31 May 2014 23:09:59 +0100 Subject: [PATCH] topeak-seatstay-lock: fix mirror image --- topeak-seatstay-lock.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.30.2