X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=topeak-seatstay-lock.scad;h=072a55769e298641432b12df9db8d3a6781d0fc5;hp=47bbd2db67a4775b018a6cec3f58b28c41ddcd17;hb=5e23e69b331496b565a584995d768c331f0176ab;hpb=4fb983b58d7e2ee412e69d768fe0d87ee22a3a45 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); }