Skip to content

Instantly share code, notes, and snippets.

@kintel
Created January 5, 2015 20:34
Show Gist options
  • Save kintel/f8dac0bd08135c448843 to your computer and use it in GitHub Desktop.
Save kintel/f8dac0bd08135c448843 to your computer and use it in GitHub Desktop.
hull() {
translate([0,0,10]) cylinder(h=2, r1=10, r2=8);
cylinder(h=2, r1=8, r2=10);
}
translate([25,0,0]) minkowski() {
cylinder(r=8, h=10);
sphere(2);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment