Grooving, Parting & Boring
Grooving, parting (cutoff), and boring use narrow, weak tools and constrained toolpaths. This page covers groove programming, cutoff, internal boring, and the clearance and chip-control rules that keep these operations safe.
Concept
Grooving feeds a narrow rectangular insert radially to cut a recess. Parting (cutoff) is a radial groove taken all the way through the bar to separate the finished part. Boring uses an internal bar to enlarge a pre-drilled hole from the inside. On a Haas lathe, X remains diameter programming; Z positions the tool along the spindle axis. The groove or parting tool has two side edges and one center blade, and the programmer must declare which edge is referenced to Z. Boring is the reverse radial direction of OD turning: X grows as the bore grows.
Why It Matters
Groove and parting tools are narrow, so they are weak in Z and deflect under side load. Chips have little room to escape, and the tool is close to the chuck and the finished part. Boring bars reach into a hole, so overhang and deflection limit depth and finish. These operations therefore use lighter feeds, shorter engagements, and explicit retract moves, rather than the same free-flowing G01 path used for OD turning. The challenge is not just choosing a feed; it is keeping a thin tool away from the chuck, clearing chips, and finishing a cut without rubbing.
How It Works
Groove Width, Tool Width, and Reference Edge
A 2 mm wide insert cuts a 2 mm wide groove in one Z pass. For a wider groove, the tool steps in Z between radial cuts. Before stepping, retract radially to a verified clearance above the part, then index Z; do not slide the insert sideways at groove depth unless the insert and holder are rated for side turning. The programmer must state which edge of the insert is touched off: the front edge sets one side of the groove, and the other side is tool-width away in Z.
Groove Depth in Diameter
X is diameter. Turning a Ø35 bar down to a groove bottom of Ø30 means a radial depth of (35−30)/2 = 2.5 mm. The tool approaches at a diameter above the bar, feeds radially to X30, and retracts. A short bottom dwell can help clean the floor, but it is not a universal chatter cure; too long dwell rubs and wears the insert.
Parting and Separation
Parting positions the insert at the finished part length and feeds radially. The exact feed, spindle speed, and separation method depend on the insert, material, chuck setup, and catcher. Feeding to X0 at normal feed is unsafe; the tool grabs as the cross-section thins. The example on this page stops at X1.0 as a radial in-feed fragment and does not by itself complete separation. A real cutoff cycle follows the machine and tool supplier's procedure, including catcher and spindle handling.
Boring: Internal Radial Direction
Boring starts at the drilled hole diameter and moves X outward to enlarge the bore. The bar reaches from the chuck side into the hole, so the retract direction at the bottom of a Z cut is inward (X smaller), not the OD outward move. Bar overhang is constrained by bar material and diameter; a 4×D rule is a rough starting point for steel bars, not a universal limit, and carbide or damped bars have their own published recommendations.
Example
Groove example. Cut a 2 mm wide groove to O30 on an O35 bar at Z−20, using a 2 mm blade touched off on its front edge. X approaches at O37, feeds radially to X30, dwells briefly, and retracts to O37. The radial depth is (35−30)/2 = 2.5 mm.
G21 G18 G97 G99 G40
G54
T0303 M03 S800
G00 X37. Z-20.
G01 X30. F0.05
G04 P0.2
G01 X37. F0.2
G00 X50. Z100.
M30
S800 and F0.05 are classroom assumptions. The radial feed distance is (37−30)/2 = 3.5 mm; at 40 mm/min that is about 5 seconds. The dwell cleans the floor but is kept short.
Parting in-feed fragment. Part off at Z−45 from an O40 bar. The block below feeds radially to X1.0 and retracts; it is not a complete cutoff program because separation, catcher, and spindle stop follow the machine and tool procedure.
T0505 M03 S800
G00 X42. Z-45.
G01 X1.0 F0.05
G00 X42.
At S800 F0.05, feed = 40 mm/min. Total X travel from 42 to 1 is 20.5 mm radius. Of that, the bar material spans O40 to O1 = 19.5 mm radius; air travel above O40 is 1 mm. Cutting time on material is 19.5/40 = 0.49 min = 29.25 s; air travel adds about 1.5 s. Do not count the whole 20.5 mm as cutting.
Boring position table. Bore a pre-drilled O20 hole to O24 over Z0 to Z−30. The bar is sized so that its shank clears the O20 bore; the infeed table uses X diameter.
The pre-drilled hole is O20 over Z0 to Z−30; this assumes the existing hole extends past Z−30 enough that blade and shank reach Z−30 without bottoming. Each pass: approach outside the mouth at Z2, set X to the target diameter, feed Z into the hole to Z−30, retract radially inward to a value that clears the bar envelope (set per holder/bar data, not assumed), then withdraw Z to Z2. The first pass removes 1.00 mm radially from the O20 bore; later passes remove 0.75 and 0.25 mm from the previous diameter.
| Pass | Target X diameter | Radial depth removed in this pass | Z action |
|---|---|---|---|
| rough 1 | 22.0 | 1.00 mm | Z2 → Z−30 cut |
| rough 2 | 23.5 | 0.75 mm | Z2 → Z−30 cut |
| finish | 24.0 | 0.25 mm | Z2 → Z−30 light cut |
After each pass, retract X inward to a value verified against the selected boring bar and shank envelope, then withdraw Z. Without that envelope data, the table is a teaching skeleton, not a runnable program.
Common Mistakes
- Sliding sideways at groove depth — retract radially to a verified clearance before indexing Z, unless the insert is rated for side turning.
- Treating X1.0 as a finished part — that is a radial in-feed fragment, not a separation cycle; follow the tool and machine procedure.
- Applying a universal L/D ratio — 4×D is a rough starting point for steel bars; carbide and damped bars have their own published limits.
- Assuming bottom dwell always cures chatter — dwell rubs and wears the insert; use it briefly only to clean the floor.
- Boring retracts like OD turning — at the bore bottom, retract X inward before Z withdraw.
Practice
1. Groove to O26 from O35 stock. What is the radial depth?
Ans
(35−26)/2 = 4.5 mm radial.
2. A 20 mm diameter boring bar extends 120 mm into a bore. What should you check?
Ans
L/D = 6:1, which is high for a steel bar. Check bar material and manufacturer data; consider shorter overhang, larger bar, or a damped bar. The exact limit depends on bar type, not a universal rule.
3. The parting fragment feeds to X1.0. Is the part separated?
Ans
No. X1.0 leaves a 1 mm diameter core; separation follows the specified cutoff procedure.
4. At S800 F0.05, material cutting distance on O40→O1 is 19.5 mm radius. What is the cutting time?
Ans
Feed = 40 mm/min; 19.5/40 = 0.49 min = 29.25 s. Air travel above O40 is counted separately.
Tool Reference Edge and the Two Z Sides of a Groove
A 2 mm blade has two side edges. When you touch off on the front edge, that edge sits at the programmed Z. The back edge is 2 mm away in Z. If the drawing calls for a groove centered at Z−20 with width 2 mm, the front edge goes to Z−19 and the back edge lands at Z−21; if instead the groove starts at Z−20, the front edge goes there. State which edge is referenced so the groove lands on the drawing, not half a tool-width off.
Multiple Passes for Wide Grooves
With the front edge as the touch-off reference, program the front edge at Z−17, Z−19, Z−21. The 2 mm blade then covers [−19,−17], [−21,−19], [−23,−21], covering the full 6 mm groove from Z−23 to Z−17. Sliding sideways at full depth is a side-turning operation that requires a capable insert and holder; do not assume every groove tool can do it.
Constant Surface Speed on Grooving and Parting
As the tool approaches center on a parting cut, diameter shrinks. Constant surface speed can be used when capped and when the setup permits; many parting setups choose G97 at a fixed RPM. The exact mode and speed follow the insert manufacturer's data for the material.
Boring Bar Envelope and Retract
When the boring bar reaches the bore bottom, the tool tip must retract inward enough that the holder and shank clear the bore wall as Z withdraws. That inward amount is not the same as the roughing infeed; it is set by bar shank size and hole diameter. Program it explicitly, then verify on the machine.
Coolant and Chip Evacuation in Grooving
Groove chips are short and congested. A steady, directed coolant wash helps break and flush them. Dry grooving or weak coolant invites built-up edge and a rubbing floor. Use the holder's coolant feed near the insert when available.
Setup Checks Before First Groove
Touch off the correct reference edge; confirm the tool does not hit the chuck or jaw when Z moves; set the parting position so the finished part clears the catcher; dry-run at low feed around the groove and parting Z. First groove should be a slow pass so any clearance issue shows before full depth.
Parting Through a Cold Saw vs Lathe Cutoff
Some shops cut parts off the bar on a bandsaw after the lathe, instead of parting in the machine. That frees the lathe from the cutoff operation but adds a second setup. The choice depends on batch size, material thickness, and catcher capability; the programming on the lathe side still needs to leave enough material for the second operation.
Boring Boring Cycles
On lathes with boring canned cycles, the cycle handles approach, cut, inward retract, and withdraw automatically. The programmer must still supply the bore depth, the final diameter, and the inward retract amount. Hand-coded G01 boring is fine for one or two passes; cycles help when the bore has multiple steps.
Why Boring Deflects More Than OD Turning
The boring bar reaches from one side of the hole; the overhang is inside the part, and chips must travel back along the bar. Deflection grows as the bar reaches deeper. That is why finishing passes use light infeed and short bar extension, and why surface finish often worsens as bore depth grows.
Program a First-Part Dry Run
For a new groove or parting Z, dry-run at low feed before the first cut. Machine lock checks program motion but not physical clearance; verify the blade-to-chuck and part-to-catcher envelope by observation and hand setup before running.
Groove Width Tolerance
A 2 mm blade cuts a 2 mm groove, but wear and deflection can change the width or floor condition. On a tight tolerance, finish the groove floor and walls with a light second pass and measure the external groove diameter with a groove micrometer or external caliper.
Why a Groove Tool Has Two Feed Directions
The same blade can feed in Z for side finishing after the radial groove depth is reached. Side feed is slower and lighter than radial feed; it is not a normal turning pass. Use it only when the insert is rated for it.
Measuring a Groove
Groove diameter is hard to reach with a standard micrometer. Use a groove micrometer or measure with a bore gauge and compare. Measure on the floor, not on the chamfer.
Parting Tool Life
Parting sees a wide range of diameters as it approaches center, and heat concentrates at the blade. Inspect the insert after the batch; worn blades leave a rough nub and chatter.
Summary
Grooving, parting, and boring reward explicit Z reference edges, controlled retracts, and conservative feeds. Treat the first part as a setup run.
Next Steps
After this page, read the boring-cycle and workholding material before programming a deep bore on real parts.
Setup Checklist Recap
Confirm blade reference edge, chuck clearance, catcher position, bar envelope for boring, and first-part dry run before committing to a production cycle.
Why External Grooves Need Special Holders
A groove holder clamps a narrow blade rigidly across the shank. Overhang should be just enough to reach the groove without rubbing. Excess overhang amplifies chatter and shortens blade life.