chiark
/
gitweb
/
~ianmdlvl
/
reprap-play.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36562d5
)
topeak-seatstay-lock: wip fix rim tube: introduce cut_rotation
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 31 May 2014 22:25:19 +0000
(23:25 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 31 May 2014 22:25:19 +0000
(23:25 +0100)
topeak-seatstay-lock.scad
patch
|
blob
|
history
diff --git
a/topeak-seatstay-lock.scad
b/topeak-seatstay-lock.scad
index 0ae6f7eb3b8b03d2242c5f2a1063a362eb98ca1a..8d5323820583e37799b50534d79d7edfa033b571 100644
(file)
--- a/
topeak-seatstay-lock.scad
+++ b/
topeak-seatstay-lock.scad
@@
-24,6
+24,7
@@
clatter_gap = 0.5;
// fudgeish
+cut_rotation = 2;
holes_rotation = 9;
pin_offset = 7;
@@
-97,7
+98,7
@@
module All(){
module Piece(pc,interval){
translate([0,-pc*interval,0])
intersection(){
-
mirror([0,pc,0
])
+
rotate([0,0,pc*180-cut_rotation
])
translate([-200,clatter_gap/2,-200]) cube([400,400,400]);
All();
}