Skip to content

Instantly share code, notes, and snippets.

@patmandenver
Last active March 9, 2020 20: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 patmandenver/8ba8cf750b251bd534275d0ee3a3d3bd to your computer and use it in GitHub Desktop.
Save patmandenver/8ba8cf750b251bd534275d0ee3a3d3bd to your computer and use it in GitHub Desktop.
$fn=100;
size = 30;
//pyramid
translate([2*size, size, 0]){
rotate(45){
cylinder(h=size, r1=size, r2=0, $fn=4);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment