summaryrefslogtreecommitdiff
path: root/pulley_data.scad
Unidiff
Diffstat (limited to 'pulley_data.scad') (more/less context) (ignore whitespace changes)
-rw-r--r--pulley_data.scad2
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
@@ -3,6 +3,8 @@ pulley_e3d = [
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