From: Ian Jackson Date: Sun, 1 Jun 2014 11:52:04 +0000 (+0100) Subject: topeak-seatstay-lock: try rotating it to make it stick better X-Git-Tag: filamentspool-v2-release~329 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=51f9d161ace5d7f152e3f42e57763085856402ea;p=reprap-play.git topeak-seatstay-lock: try rotating it to make it stick better --- diff --git a/topeak-seatstay-lock.scad b/topeak-seatstay-lock.scad index 47bbd2d..072a557 100644 --- a/topeak-seatstay-lock.scad +++ b/topeak-seatstay-lock.scad @@ -123,7 +123,7 @@ module Piece(pc,interval){ } module PiecePrint(pc){ - rotate([0,180,0]) + rotate([0,0,90]) rotate([0,180,0]) Piece(pc,4); }