34,9 → 34,9 |
idler = 1; // Belt retainer below teeth, 0 = No, 1 = Yes |
idler_ht = 1.5; // height of idler flange over pulley, standard = 1.5 |
|
pulley_t_ht = 16; // length of toothed part of pulley, standard = 12 |
pulley_t_ht = 12.6; // length of toothed part of pulley, standard = 12 |
pulley_b_ht = 8; // pulley base height, standard = 8. Set to same as idler_ht if you want an idler but no pulley. |
pulley_b_dia = 20; // pulley base diameter, standard = 20 |
pulley_b_dia = 25; // pulley base diameter, standard = 20 |
no_of_nuts = 4; // number of captive nuts required, standard = 1 |
nut_angle = 90; // angle between nuts, standard = 90 |
nut_shaft_distance = 1.2; // distance between inner face of nut and shaft, can be negative. |
114,7 → 114,7 |
// *** uncomment the following line if pulley is wider than puller base *** |
// ************************************************************************ |
|
translate ([0,0, pulley_b_ht + pulley_t_ht + retainer_ht ]) rotate ([0,180,0]) |
// translate ([0,0, pulley_b_ht + pulley_t_ht + retainer_ht ]) rotate ([0,180,0]) |
|
difference() |
{ |