Skip to content

Instantly share code, notes, and snippets.

@cwebber314
Last active January 6, 2018 01:13
Show Gist options
  • Save cwebber314/be5d02052c7c3cedf03ff2d1c0716c52 to your computer and use it in GitHub Desktop.
Save cwebber314/be5d02052c7c3cedf03ff2d1c0716c52 to your computer and use it in GitHub Desktop.
quarter size Adafruit perfboard mount
// Screwless mount for a perfborad:
// Adafruit Perma-Proto Quarter-sized Breadboard PCB
bh=5; // base height
d=35.8;
module spacer(x=0, y=0, z=0){
translate([x,y,z]){
cylinder(d=5, h=10);
cylinder(d=3.2, h=12);
}
}
spacer(0, 5, bh);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment