diff options
author | Stephan Richter <github@srsoftware.de> | 2015-07-08 15:12:52 (GMT) |
---|---|---|
committer | Stephan Richter <github@srsoftware.de> | 2015-07-08 15:12:52 (GMT) |
commit | 18945189a732d49f672a3e6be14f0fe511ec7fd1 (patch) | |
tree | 0644431b158e3923e594a32a822b8f55ffbabad4 /suspension_fork.scad | |
parent | 15f9c62a32af0ed3ef5333c49c00c2703d57637b (diff) |
wheel offset angepasst und rad neu positioniert
Diffstat (limited to 'suspension_fork.scad')
-rw-r--r-- | suspension_fork.scad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/suspension_fork.scad b/suspension_fork.scad index 284063a..e0f7b93 100644 --- a/suspension_fork.scad +++ b/suspension_fork.scad @@ -73,6 +73,6 @@ module suspension_fork(depth=0) { mirror([0,1,0])translate([45,shaft_distance,-460]) wheel_holder(); } -function wheel_offset(depth=0) = depth - 330; +function wheel_offset(depth=0) = depth - 510; suspension_fork(); |