What is Drill Point Geometry & CNC Z-Depth Programming?
Mathematical Foundation
Laws & Principles
- 118° Standard Jobber Drill: The original general-purpose drill geometry. At 118°, L_tip ≈ Diameter × 0.300. For a 1/2-inch drill, the tip is 0.150' long. Standard jobber drills tend to walk, so they often require a center drill pilot.
- 135° Split Point Drill: Designed for harder materials and CNC use. The wider angle results in a shorter tip length (L_tip ≈ Diameter × 0.207). The split-point web geometry self-centers on the material, eliminating the need for a prior spotting operation.
- 90° Spot Drill: Has a very steep tip (L_tip = Diameter × 0.500) designed solely to create a starting dimple for other drills or to create a chamfer before drilling. Spot drills should NEVER be used to break through a part, as the long tip will drill straight into the machine table or vise holding the part.
- Clearance Rules: A drill's cutting lips are not perfectly flat across. They have a slight back-taper to provide relief. If you plunge exactly to material thickness + tip length, the very outer corner of the lip may still be engaged. You must add 0.050' (1.5mm) of absolute clearance to guarantee the hole pops cleanly through.
Step-by-Step Example Walkthrough
" Programming a G83 peck drilling cycle to put a through-hole in a 1.000' thick 6061 aluminum plate. The tool is a 1/2-inch (0.500') standard 118° HSS drill. "
- 1. Identify constants: D = 0.500', Angle = 118°, Thickness = 1.000'.
- 2. Calculate Tip Length: L_tip = (0.500 / 2) / tan(118° / 2) = 0.250 / tan(59°).
- 3. Compute tan(59°): ~1.664.
- 4. L_tip = 0.250 / 1.664 = 0.150'.
- 5. Add clearance: 0.050' standard safety margin.
- 6. Calculate Total Depth: 1.000' + 0.150' + 0.050' = 1.200'.