Skip to content

Commit

Permalink
Added missing part
Browse files Browse the repository at this point in the history
  • Loading branch information
akukan authored Jul 11, 2019
1 parent 9649565 commit b5e2277
Show file tree
Hide file tree
Showing 2 changed files with 6,684 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Printed-Parts/scad/idler-shaft.scad
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// PRUSA iteration3
// Idler shaft
// GNU GPL v3
// Josef Průša <[email protected]> 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 );
}
Loading

0 comments on commit b5e2277

Please sign in to comment.