CHIPBY KINETIC CARVING
CNC · Hobbyist · Information · Platform
Return to Kinetic Carving
Toolpaths · Fundamentalsbeginner~3 min read

Toolpaths: what each one is for

Short answer

A toolpath is a set of movements built from a shape plus a tool plus depths. Profile follows an outline. Pocket clears an area. V-carve varies depth to make crisp lettering. Drilling makes holes. The rest are variations on those four ideas.

The map

ToolpathWhat it doesTypical tool
ProfileFollows an outline to cut a shape out or trim an edgeEnd mill
PocketClears all the material inside a closed shapeEnd mill
V-carveVaries depth so a V-bit touches both walls of a shapeV-bit
EngravingFollows a line at a fixed depth with a V-bit or engraverV-bit, engraver
DrillingPlunges at points to make holesDrill or end mill
FlutingRuns a shaped bit along a line to cut a decorative grooveCore box, ball nose, V-bit
TextureCovers an area with a repeating or random patternBall nose, V-bit
Prism carvingRaises a shape as a faceted prism rather than cutting it inV-bit
InlayCuts a pocket and a matching plug that fills itV-bit or end mill
3D roughingRemoves bulk material from around a 3D modelFlat end mill
3D finishingFollows the model surface in close passesBall nose
Rest machiningCuts only what a previous larger tool could not reachSmaller end mill or ball nose
SurfacingSkims a large flat area levelSurfacing bit

Settings nearly all of them share

SettingWhat it meansCommon mistake
Start depthHow far below zero the toolpath begins cuttingLeaving it at 0 when the area was already cleared by an earlier pass
Cut depthHow deep the toolpath goes, measured from the start depthReading it as depth from zero when it is depth from start depth
Depth per passHow much each pass takes. See depth per pass.Too deep for the machine
StepoverSideways distance between passes. See stepover.Using a percentage on a ball nose finishing pass
AllowanceMaterial deliberately left for a later passForgetting to remove it in the finishing operation
Safe Z / clearanceHeight for rapid moves between cutsSet lower than a clamp or a fixture
Cut directionClimb or conventional. See climb versus conventional.Ignoring it on finishing passes where it shows
Ramp / lead inHow the tool enters the materialNot using one, and breaking bits on plunge

Order of operations

The sequence matters more than people expect, because each operation changes what is holding the workpiece and what the tool can reach.

  1. Surface or flatten the stock if it needs it, while it is still a full solid piece.
  2. Drill and pocket internal features while the material is still fully supported and held.
  3. Carve and engrave decorative detail.
  4. Profile last. Once the outline is cut, the part is only held by tabs.
The most common ordering mistake
Cutting the profile before the pocket. Once the part is free of the sheet, it moves under the cutter, and everything after that is wrong or dangerous. If your CAM lets you drag toolpaths into order, check that order every time before posting.

Tool changes

Group toolpaths by tool where you can, so you change bits as few times as possible. Each tool change is a chance to lose Z zero, so:

  • Re-zero Z after every tool change unless you have an automatic tool length sensor.
  • Do not re-zero XY. That has not moved, and re-doing it introduces error.
  • Check the bit is actually the one the next toolpath expects. A 1/8 inch path run with a 1/4 inch bit is an immediate ruined part.