-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STEP file of recent design changes added.
- Loading branch information
1 parent
b6e2c4f
commit 020a8c8
Showing
59 changed files
with
512,059 additions
and
514,384 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
3,109
Multi-material/Sample Parts/Simple-test/simple-test.amf.xml
Large diffs are not rendered by default.
Oops, something went wrong.
5,041 changes: 5,041 additions & 0 deletions
5,041
Multi-material/Sample Parts/Simple-test/simple-test.g
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
7,791 changes: 7,791 additions & 0 deletions
7,791
Multi-material/Sample Parts/Simple-test/simple-test_.g
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.