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:
a885964
)
topeak-seatstay-lock: before try minkowski
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 31 May 2014 20:29:37 +0000
(21:29 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 31 May 2014 20:29:37 +0000
(21:29 +0100)
topeak-seatstay-lock.scad
patch
|
blob
|
history
diff --git
a/topeak-seatstay-lock.scad
b/topeak-seatstay-lock.scad
index 9bb5238f3e3f2f738dedd429b5f8dbc56cddbe32..f2b974401fc1f8ecc695d5a181d28682d15ec67a 100644
(file)
--- a/
topeak-seatstay-lock.scad
+++ b/
topeak-seatstay-lock.scad
@@
-16,11
+16,12
@@
pin_base = 25;
lock_manouvre_thick = 3.5 + 0.5;
lock_manouvre_len = 18;
+lock_hang_width = 17.5;
// fudgeish
holes_rotation = 9;
-pin_offset =
2
;
+pin_offset =
6
;
// computed
@@
-70,6
+71,9
@@
module Pin(){
}
translate([-lock_manouvre_thick/2, -pin_workdepth-100, -lock_manouvre_len])
cube([lock_manouvre_thick, 100, lock_manouvre_len*2]);
+ translate([- lock_manouvre_thick/2, -pin_workdepth-50,
+ -lock_hang_width/2])
+ cube([50, 50, lock_hang_width]);
}
}
@@
-87,3
+91,4
@@
module All(){
Demo();
//All();
+//Pin();