Modified Idler

Extruder idler modified for easier printing
This commit is contained in:
michalprusa 2016-05-05 14:44:58 +02:00
parent 3febbccce6
commit 5734424f4c
2 changed files with 11554 additions and 14087 deletions

View File

@ -5,7 +5,22 @@ module part_body(){
//bottom round edge
translate([ -7, 4, 6 ]) rotate([0,90,0]) cylinder(r=4, h=21.5, $fn=200 );
translate([ -7, 4, 4 ]) rotate([0,90,0]) cylinder(r=4, h=21.5, $fn=200 );
translate([ 11, 0, 4]) cube([3.5,8,2]);
translate([ 11, 8, 4 ]) cube([3.5,4,6]);
difference()
{
translate([ -7, 0, 4 ]) cube([21.5,5,6]);
translate([ -8, -1, 8 ]) rotate([45,0,0]) cube([25,5,6]);
}
translate([ -7, 8, 4 ]) rotate([0,90,0]) cylinder(r=4, h=21.5, $fn=200 );
translate([ 11, 0, 4]) cube([3.5,12,2]);
translate([ 11, 4, 8]) cube([3.5,4,2]);
translate([ 11, 4, 0]) cube([3.5,4,2]);
// body
translate([ -7, 4, 0 ]) cube([18,10,10]);

File diff suppressed because it is too large Load Diff