Created
January 20, 2022 15:25
-
-
Save buzztiaan/b48d593f3e3fe9cf96d44bf1bb1e9108 to your computer and use it in GitHub Desktop.
metalshelving-hook-baseballcap.scad
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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]); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment