-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 | |||