Skip to content

Instantly share code, notes, and snippets.

@thinkl33t
Created January 19, 2015 17:05
Show Gist options
  • Save thinkl33t/c93e3bb8252abc76da97 to your computer and use it in GitHub Desktop.
Save thinkl33t/c93e3bb8252abc76da97 to your computer and use it in GitHub Desktop.
Ball Machine end
difference()
{
square([400, 120], center=true);
translate ([0,63/2,0])
{
circle(r=30/2);
for(x=[-150, -100, 100, 150])
translate([x,0]) circle(r=8/2);
}
for(x=[-192, 192])
for(y=[-50,0,50])
translate ([x,y]) circle(r=4/2);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment