This is a remix of the hex bit holder by TBRIshtar :
http://www.thingiverse.com/thing:241501 - thanks TBRIshtar!
Update 2018/05/07 Added new options under the advanced menu to:
Update 2017/10/31 This thing is now customizable using the Thingiverse customizer.
This remix mimics the original as close as possible but has the following
features:
I use the OpenSCAD fillets lib https://github.com/jfhbrook/openscad-fillets
by jhfbrook for filleting the edges - Thanks jhfbrook!
The Holder()
module takes all dimensional parameters as arguments, so can
easily be used from other SCAD files.
The original size of the holder by TBRIshtar are the defaults, but simply
override any dimensions you want in subsequent variables of the same name, or
change the originals.
Another quick way to generate STLs for any size is from the command line:
$ openscad -o output.stl -Dcolumns=7 -Dfoot=3 -D scl=1 bitHolder.scad
Note when using the command line you must supply the scl
variable if you
do not want any scaling. This is because the file overrides the default scale
from 1.0 to a scaling I use on my printer. The same goes for height
andfoot
.
On Github: https://github.com/fitzterra/3DP/tree/master/Things/Tools/Hex_Shank_Drill_Bit_Holder
bitHolder-3x2x16.5.stl | 52.6KB | |
bitHolder-4x4x16.5.stl | 88.5KB | |
bitHolder-5x2x35.stl | 64.5KB | |
bitHolderCustomizable.scad | 3.7KB |