Skip to content

Instantly share code, notes, and snippets.

@twonk

twonk/Nose Secret

Created March 27, 2015 14:12
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 twonk/ee6985b37e3141411c72 to your computer and use it in GitHub Desktop.
Save twonk/ee6985b37e3141411c72 to your computer and use it in GitHub Desktop.
Nose for hovercraft
difference(){
union(){
translate([-3,0,0]){
cube([30,20,20]);
}
}
translate([2,0,2]){
cube([2.4,20,100]);
}
translate([4.3,0,2]){
cube([4.5,20,4.5]);
}
translate([5.5,-1,5]){
rotate([270,0,0]){
cylinder(h=30,r=3.5);
}
}
translate([0,0,20]){
rotate([0,45,0]){
cube([40,40,20]);
}
}
translate([-3,0,10]){
cube([5,20,10]);
}
translate([4,3,5]){
cube([10,14,20]);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment