Skip to content

Instantly share code, notes, and snippets.

@TheCase
Created May 31, 2015 22:37
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 TheCase/e85c6729ab4c72c44e20 to your computer and use it in GitHub Desktop.
Save TheCase/e85c6729ab4c72c44e20 to your computer and use it in GitHub Desktop.
module group1(high){
cylinder(r1=2, r2=4, h=high, $fn=30, center=true);
cube([5,5,high], center=true);
}
group1(10);
translate([0,0,20]) group1(30);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment