FIXED: SDS Drill Bit Holder - Parametric (& OpenSCAD functions) 3D model preview
View source Save
1,545 downloads 11 likes 2,600 views Free price

About this 3D model

I had a few long SDS* drill bits rattling around. So I made a holder. It is for 10mm shank SDS and for 12mm, 16mm & 24mm bits, but it's parametric so you can make your own. FIXED See SDS Holder v5.scad - Now works for bit sizes smaller than shank size too. Also introduced a couple of extra functions, in VectorMath v2.scad. To do this I needed some creative maths. I came up with min/max/sum functions for a vector. In case they are useful I have included VectorMath.scad which you can use as a library. NOTE: The sumv() second parameter is not optional, it must be the n-1'st last element to sum, so if you want to total use len(v)-1. I have updated VectorMath.scad \* [Wikipedia](http://en.wikipedia.org/wiki/Chuck_%28engineering%29#Special_Direct_System_.28SDS.29) "Developed by Bosch in 1975 for hammer drills, the SDS System uses an SDS Shank which is a cylindrical shank with indentations to be held by the chuck. A tool is inserted into the chuck by pressing in, and is locked in place until a separate lock release is used."