Skip to content

Instantly share code, notes, and snippets.

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 cluelessperson/9b67c1c12e952a8af6e6b286965aad85 to your computer and use it in GitHub Desktop.
Save cluelessperson/9b67c1c12e952a8af6e6b286965aad85 to your computer and use it in GitHub Desktop.
// resolution
$fn=100;
// head
difference() {
color("#2196F3", 0.75)
translate([3.5, 2, 0])
cylinder(h=20, d=50, center=false)
;
color("#f44336")
translate([3.5, 2, 0])
scale([14, 8, 20])
cylinder(h=1, d=1, center=false)
;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment