From 51f9d161ace5d7f152e3f42e57763085856402ea Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 1 Jun 2014 12:52:04 +0100 Subject: [PATCH] topeak-seatstay-lock: try rotating it to make it stick better --- 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 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); } -- 2.30.2