author | Michael Krelin <hacker@klever.net> | 2018-08-31 20:19:28 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2018-08-31 20:19:28 (UTC) |
commit | cb33c94fe8264c3f689268b80e7bd767b31f72dc (patch) (unidiff) | |
tree | a603f4eb9301b18dd6ef0557e6e9eb019dcb52de /pulley_data.scad | |
parent | 2d21a45f6f486469cf0d48aea6c5384419c597e3 (diff) | |
download | extrudery-cb33c94fe8264c3f689268b80e7bd767b31f72dc.zip extrudery-cb33c94fe8264c3f689268b80e7bd767b31f72dc.tar.gz extrudery-cb33c94fe8264c3f689268b80e7bd767b31f72dc.tar.bz2 |
another: lookup-driven filament drive puley specification
-rw-r--r-- | pulley_data.scad | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pulley_data.scad b/pulley_data.scad new file mode 100644 index 0000000..a1523de --- a/dev/null +++ b/pulley_data.scad | |||
@@ -0,0 +1,8 @@ | |||
1 | pulley_e3d = [ | ||
2 | ["d", 11.5 ], // outer diameter | ||
3 | ["h", 11 ], // pulley height | ||
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 | ||
6 | ["ssrc", 2 ], // set screw radial clearance | ||
7 | ]; | ||
8 | |||