Skip to content

Commit

Permalink
STEP file of recent design changes added.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgiacalone committed Aug 28, 2013
1 parent b6e2c4f commit 020a8c8
Show file tree
Hide file tree
Showing 59 changed files with 512,059 additions and 514,384 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3,109 changes: 3,109 additions & 0 deletions Multi-material/Sample Parts/Simple-test/simple-test.amf.xml

Large diffs are not rendered by default.

5,041 changes: 5,041 additions & 0 deletions Multi-material/Sample Parts/Simple-test/simple-test.g

Large diffs are not rendered by default.

7,791 changes: 7,791 additions & 0 deletions Multi-material/Sample Parts/Simple-test/simple-test_.g

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions Openscad/fan-bracket.scad
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
width=40;
thick=6;
depth=20;
angle=60;

module bracket() {
translate([0,0,thick/2]) difference() {
cube([depth,width,thick],center=true);
translate([depth/2+2,0,0]) rotate([0,angle,0]) cube([depth*2,width*1.1,thick],center=true);
//mounting holes
for(i=[-1,1]) {
translate([-6,i*7.5,0]) cylinder(r=3.2/2,h=thick*2,center=true,$fn=64);
#translate([5,i*16,-3]) rotate([0,angle,0]) cylinder(r=2.8/2,h=thick*2,center=true,$fn=64);
translate([-depth/2,i*20,0]) cylinder(r=depth/2,h=thick*4,center=true,$fn=64);
}
translate([38/2+12,0,-8]) rotate([0,angle,0]) cylinder(r=38/2,h=thick*20,center=true,$fn=64);
translate([-depth/4-0.01,0,0]) cube([depth/2,9.5,thick*1.1],center=true);
}
}

//translate([0,0,thick]) mirror([0,0,1])
bracket();
Binary file modified Print-mendel/Individual-STLs/optional-fan-holder-1off.stl
Binary file not shown.
104 changes: 0 additions & 104 deletions Print-mendel/Tray-STLs/M-PLA-05-03.ini

This file was deleted.

Loading

0 comments on commit 020a8c8

Please sign in to comment.