Happy with your Prusa printer? Earn $30 when you recommend us to your friend, family or shop with the updated Prusa Rewards Program. PS: They will get an extra Prusament spool!

Socket holders for Quinn Set (Harbor Freight) customizable

A set a socket holder I made for sockets from a Quinn set of tools
16
63
2
1141
updated June 17, 2023

Description

PDF

A set a socket holder I made for all the deep well sockets from a Quinn set of tools I bought from harbor freight. They were all created in OpenScad and can be used to make any you need for your own sets.

All measurements in the openscad are MM and if you want to make your own just replace SocketList in the file with your own.
You could also create you own in command line similiar to the batch script included in the github repo just using something like 

"C:\Program Files\OpenSCAD\openscad.exe" -o test.stl -D "socketList=[[50,50]]" SocketHolder.scad

replaceing test.stl with whatever you want the stl to be named and the [[50,50]] with a list of your sockets dimensions length first and then diameter (there is now oversizing in the current version so you might want to tell it the diameter is a bit bigger).

Example  

"C:\Program Files\OpenSCAD\openscad.exe" -o test.stl -D "socketList=[[50,12.05],[50,12.05],[50,12.05],[50,12.05],[50,12.05]]" SocketHolder.scad

 

should make a holder with 5 slots for sockets.

https://github.com/charely6/Charely6OpenScad

Model origin

The author marked this model as their own original creation.

License