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:
eb9d416
)
topeak-seatstay-lock: introduce pin_x_offset
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 1 Jun 2014 00:13:54 +0000
(
01:13
+0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 1 Jun 2014 00:13:54 +0000
(
01:13
+0100)
topeak-seatstay-lock.scad
patch
|
blob
|
history
diff --git
a/topeak-seatstay-lock.scad
b/topeak-seatstay-lock.scad
index 954045160d9bb05dc8d68d3fc5a8695b85e8a9f0..f5265e670ac76a70ee79c2f5f1aaa9004516c0f3 100644
(file)
--- a/
topeak-seatstay-lock.scad
+++ b/
topeak-seatstay-lock.scad
@@
-26,7
+26,8
@@
clatter_gap = 0.5;
cut_rotation = 2;
holes_rotation = 9;
-pin_offset = 6;
+pin_y_offset = 5.5;
+pin_x_offset = 0.5;
ridge_rotation = 8.5;
// computed
@@
-74,7
+75,7
@@
module Body(){
}
module Pin(){
- translate([
0, pin
_offset, 0]) rotate([0,90,0]){
+ translate([
pin_x_offset, pin_y
_offset, 0]) rotate([0,90,0]){
translate([0, 0, -pin_thick/2])
linear_extrude(height=pin_thick){
translate([-pin_base/2, 0]) square([pin_base, 50]);