Skip to content

Instantly share code, notes, and snippets.

@kintel
Created January 2, 2014 21:29
Show Gist options
  • Save kintel/8227270 to your computer and use it in GitHub Desktop.
Save kintel/8227270 to your computer and use it in GitHub Desktop.
difference() {
render(convexity=2) difference() {
cube(20, center = true);
cube(10, center = true);
}
translate([-20, 0, -20]) cube(100);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment