author | Michael Krelin <hacker@klever.net> | 2018-08-31 21:34:25 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2018-08-31 21:34:25 (UTC) |
commit | 428ea05af148a788e379a9b84a31c6322271cf37 (patch) (unidiff) | |
tree | e2e16ac8fb1a0121ee41558868c6a48e79e7fd38 | |
parent | 46d47f28fae96946ad329194810e576199bb464b (diff) | |
download | extrudery-428ea05af148a788e379a9b84a31c6322271cf37.zip extrudery-428ea05af148a788e379a9b84a31c6322271cf37.tar.gz extrudery-428ea05af148a788e379a9b84a31c6322271cf37.tar.bz2 |
pulley_data: add more set screw data
-rw-r--r-- | pulley_data.scad | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pulley_data.scad b/pulley_data.scad index a1523de..84f7220 100644 --- a/pulley_data.scad +++ b/pulley_data.scad | |||
@@ -1,8 +1,10 @@ | |||
1 | pulley_e3d = [ | 1 | pulley_e3d = [ |
2 | ["d", 11.5 ], // outer diameter | 2 | ["d", 11.5 ], // outer diameter |
3 | ["h", 11 ], // pulley height | 3 | ["h", 11 ], // pulley height |
4 | ["g", 8.25-3 - 11.5/2 ],// depth of U-groove, filament offset from the surface | 4 | ["g", 8.25-3 - 11.5/2 ],// depth of U-groove, filament offset from the surface |
5 | ["fe", 7.5 ], // filament elevation from the bottom | 5 | ["fe", 7.5 ], // filament elevation from the bottom |
6 | ["sse", 2.5 ], // set screw elevation | ||
7 | ["ssd", 3.1 ], // set screw diameter | ||
6 | ["ssrc", 2 ], // set screw radial clearance | 8 | ["ssrc", 2 ], // set screw radial clearance |
7 | ]; | 9 | ]; |
8 | 10 | ||