Added missing part

This commit is contained in:
Alexandr Kukan 2019-07-11 16:13:07 +02:00 committed by GitHub
parent 9649565b55
commit b5e22772bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6684 additions and 0 deletions

View File

@ -0,0 +1,18 @@
// PRUSA iteration3
// Idler shaft
// GNU GPL v3
// Josef Průša <iam@josefprusa.cz> and contributors
// http://www.reprap.org/wiki/Prusa_Mendel
// http://prusamendel.org
difference()
{
union()
{
cylinder( h=1, r2=2.5, r1=2.3, $fn=80 );
translate([0,0,1]) cylinder( h=14, r=2.5, $fn=80 );
translate([0,0,15]) cylinder( h=1, r1=2.5, r2=2.3, $fn=80 );
}
translate([0,0,1]) cylinder( h=14, r=0.4, $fn=80 );
}

File diff suppressed because it is too large Load Diff