Skip to content

Commit

Permalink
Cable guide for P.I.N.D.A. probe and print fan
Browse files Browse the repository at this point in the history
Added cable hook to the extruder to guide cables to the tray in carriage
  • Loading branch information
michalprusa committed Apr 16, 2016
1 parent a52f4d8 commit 8bc48f0
Show file tree
Hide file tree
Showing 2 changed files with 19,424 additions and 19,250 deletions.
10 changes: 8 additions & 2 deletions Printed-Parts/scad/extruder-main.scad
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ difference(){
union(){
cube([35,44,15]);
translate([-12,41,0])cube([45,3,12]); // P.I.N.D.A. Probe mount
translate([-7.5,17,0])cube([8,8.5,2]); // P.I.N.D.A. and Fan cable tray guide
//fan nice look
translate([35,0,0]) cube([10,12,15]);
}
Expand All @@ -15,13 +16,18 @@ difference(){
translate([-32,40,5]) rotate([0,45,0]) translate([0,-5,-0.1]) cube([10,10,20]); // Top
translate([-32,40,-7]) rotate([0,45,0]) translate([0,-5,-0.1]) cube([10,10,20]); // Bottom


// P.I.N.D.A. probe mount hole
translate([35/2,0,6]){
translate([-23,32.99,0])rotate([-90,0,0])cylinder(r=14/2, h=8, $fn=20);
translate([-23,0,0])rotate([-90,0,0])cylinder(r=8/2, h=50, $fn=20);
}

// P.I.N.D.A. and Fan cable tray cut
translate([-4.5,20,-1]) cube([4.499,3.5+5,5]);
// P.I.N.D.A. and Fan cable tray edge cut
translate([-10,22,-1])rotate([0,0,45]) cube([10,5,10]);
translate([-13,16.5,-1])rotate([0,0,-45]) cube([10,5,10]);

extruder_nozzle_cut();
// larger groove for easy entry
translate([35/2,0,15]) rotate([-90,0,0]) cylinder(r=7.13, h=20, $fn=120);
Expand Down Expand Up @@ -269,7 +275,7 @@ module extruder_nozzle_cooling(){
translate([31.001,43-15,15])rotate([0,90,0])cylinder(r2=14, r1=11.5, h=4, $fn=100);
translate([-1,43-15-2.5,15])rotate([0,90,0])cylinder(r=11.5, h=40, $fn=80);
translate([-1,43-15,15])rotate([0,90,0])cylinder(r=11.5, h=40, $fn=80);
translate([-1,43-15+2.5,15])rotate([0,90,0])cylinder(r=11.5, h=40, $fn=80);
translate([-0.01,43-15+2.5,15])rotate([0,90,0])cylinder(r=11.5, h=40, $fn=80);

// Fan screws
translate([35.001,40,3])rotate([0,-90,0])cylinder(r=1.5, h=8, $fn=20);
Expand Down
Loading

0 comments on commit 8bc48f0

Please sign in to comment.