Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nophead/Mendel90
Browse files Browse the repository at this point in the history
  • Loading branch information
nophead committed Oct 1, 2013
2 parents ee465a7 + b20967a commit 19d9d26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions scad/vitamins/belts.scad
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
T5x6 = [ 5, 6, 2.25];
T5x10 = [ 5, 10, 2.25];
T2p5x6 =[2.5, 6, 1.7];
GT2 = [2.0, 6, 1.33];

function belt_pitch(type) = type[0];
function belt_width(type) = type[1];
Expand Down
3 changes: 2 additions & 1 deletion scad/vitamins/pullies.scad
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
// hydraraptor.blogspot.com
//
pulley_inner_radius = (14.4 / 2) - belt_thickness(T5x6); // measured from outer diameter

// 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
T5x10_metal_pulley = ["T5", 10, 15, 12.85 / 2, 11.6, 7.9, 7, 5, 19.3, 1.7, 3, 10.7, [0, 0, -2], 0, M3_grub_screw];
T2p5x16_metal_pulley= ["T2.5", 16, 12.16, 12.16 / 2 - 0.8, 8, 16, 5.7, 5, 16.0, 1.0, 6, 3.75, [0, 0,1.3], 0, M4_grub_screw];
T5x8_plastic_pulley = ["../imported_stls/pulley.stl", 8, 0, pulley_inner_radius, 0, 0, 0, 5, 0, 0, 6, 4, [-10, -10, 0], 6, M3_grub_screw];
GT2x20_metal_pulley = ["GT2", 20, 12.2, 12.2 / 2 - 0.8, 8, 10, 8, 5, 18.0, 1.0, 6, 3.75, [0, 0,1.3], 0, M3_grub_screw];

function pulley_type(type) = type[0];
function pulley_teeth(type) = type[1];
Expand Down

0 comments on commit 19d9d26

Please sign in to comment.