Skip to content

Instantly share code, notes, and snippets.

@jhitesma
Created January 14, 2016 07:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhitesma/bea0d557e06c260b88ee to your computer and use it in GitHub Desktop.
Save jhitesma/bea0d557e06c260b88ee to your computer and use it in GitHub Desktop.
union() {
translate([0,0,10]) {
rotate(a=[90,0,0]) {
union() {
translate ([4,4,13]) {
import("d:\\3dprinting\\fan_mount.stl");
}
translate([-10,-10,0]) {
cube ([18,7,9]);
}
translate([-20,-2.5,4]) {
rotate (a=[90,90,0]) {
difference() {
cylinder(7.5,11,11,false);
cylinder(8,6.5,6.5,false);
}
}
}
}
}
}
translate([32,-9,0]) {
cube([8,9,7]);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment