This commit is contained in:
Marius van Witzenburg 2019-03-24 11:17:16 +00:00 committed by GitHub
commit b5d5c0794e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12936 additions and 12426 deletions

View File

@ -14,7 +14,7 @@ module x_end_idler_holes()
{
// pulley screw
translate(v=[0,-19,30.25]) rotate(a=[0,-90,0]) cylinder(h = 80, r=1.55, $fn=50);
translate(v=[-4,-19,30.25]) rotate(a=[0,-90,0]) cylinder(h = 4, r=3, $fn=50);
translate(v=[-4,-19,30.25]) rotate(a=[0,-90,0]) cylinder(h = 3.2, r=3, $fn=50);
translate(v=[-21.5,-19,30.25]) rotate([0,-90,0]){
rotate([0,0,30])cylinder( h = 4, r = 3.1, $fn=6);
@ -83,6 +83,12 @@ module x_end_idler_base()
}
difference() {
translate(v=[-6,-16.5,30.25]) rotate(a=[0,-90,0]) cylinder(h = 0.5, r1=9, r2=12, $fn=30);
translate([-24,-11.5,19]) cube([20,10,24]);
}
// pulley nut support
difference() {
translate(v=[-23.5,-15.5,30.25]) rotate(a=[0,-90,0]) rotate(a=[0,0,30]) cylinder(h = 1,r1=5.5, r2=3.7, $fn=30);

File diff suppressed because it is too large Load Diff