Skip to content

Instantly share code, notes, and snippets.

@buzztiaan
Created January 20, 2022 15:25
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 buzztiaan/b48d593f3e3fe9cf96d44bf1bb1e9108 to your computer and use it in GitHub Desktop.
Save buzztiaan/b48d593f3e3fe9cf96d44bf1bb1e9108 to your computer and use it in GitHub Desktop.
metalshelving-hook-baseballcap.scad
// hook for 'keyhole' metal shelving units
// single 'keyhole' grabbed, just for hanging baseball caps
// buZz 2021
difference() {
linear_extrude(6) {
translate([-1,0,0]) square([3,10]);
translate([3,0,0]) square([3,10]);
translate([-1,-1,0]) square([7,3]);
translate([5.5,11,0]) rotate(-90-50) square([3,25]);
}
translate([-1,9.5,-1]) cube([10,5,8]);
}
@buzztiaan
Copy link
Author

image

@buzztiaan
Copy link
Author

IMG_0174

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment