-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 @@ +pulley_e3d = [ + ["d", 11.5 ], // outer diameter + ["h", 11 ], // pulley height + ["g", 8.25-3 - 11.5/2 ], // depth of U-groove, filament offset from the surface + ["fe", 7.5 ], // filament elevation from the bottom + ["ssrc", 2 ], // set screw radial clearance +]; + |