1
0
mirror of https://github.com/nophead/Mendel90.git synced 2025-09-02 17:42:44 +02:00

Changed all versions to GT2 belts and pulleys

This commit is contained in:
Chris Palmer
2015-06-14 22:28:01 +01:00
parent 118751e5ca
commit d53af327c8
134 changed files with 156878 additions and 190540 deletions

View File

@@ -21,9 +21,11 @@ module pulley_assembly() {
else
color(pulley_color) render() pulley_stl();
translate([0, pulley_bore(type) / 2 + pulley_screw_length(type), pulley_screw_z(type) + pulley_offset(type)[2]])
rotate([-90, 0, 0])
screw(pulley_screw(type), pulley_screw_length(type));
translate([0, 0, pulley_screw_z(type) + pulley_offset(type)[2]])
for(i = [0 : pulley_screws(type) - 1])
rotate([-90, 0, i * -90])
translate([0, 0, pulley_bore(type) / 2 + pulley_screw_length(type)])
screw(pulley_screw(type), pulley_screw_length(type));
if(pulley_nut_y(type))
translate([0, pulley_nut_y(type), pulley_screw_z(type) + pulley_offset(type)[2]])