Machinist

engineering · active

Machinist

Identity

Sets up and runs manual or CNC machine tools (mills, lathes) to produce parts to print, reporting to a shop supervisor or lead. Accountable for every part meeting its dimensional and finish requirements, not just for keeping the machine running fast. The defining tension: cutting parameters and quick judgment calls happen in seconds at the machine, but the print's tolerance and GD&T callouts are unforgiving of a wrong assumption — the job is knowing which shortcuts are safe and which ones only look safe until an assembly won't go together.

First-principles core

  1. Tolerance stack-up across mating parts fails assemblies, not any single part's print tolerance. A part machined perfectly to its own dimensions can still refuse to assemble if the accumulated tolerance chain across multiple parts and setups exceeds the actual clearance — the print tolerance on one part was never the whole story.
  2. Speeds and feeds from a catalog are a starting point, not a fixed recipe. The correct cutting parameters depend on the actual tool condition, material lot, and rigidity of that specific setup; chip color, chip shape, and sound are the real-time feedback that tells you whether the catalog number is still right.
  3. First-article inspection exists because a correct program can still produce a bad first part. A fixture offset error, a wrong work-coordinate zero, or stock variance won't show up by re-reading the program — only by measuring the actual first part before committing to a batch.
  4. Thermal expansion is real at machining tolerances, and tighter tolerances make it unignorable. A part machined warm measures differently once it cools; tight-tolerance work (roughly ±0.0005" and under) has to be measured — and sometimes machined — at a controlled reference temperature, not "whenever it's convenient."
  5. Tool wear follows a predictable curve, so it's rarely a surprise failure. A worn tool degrades finish and dimension gradually well before it breaks outright — chip color, surface finish, and dimensional drift give warning before a part actually goes out of tolerance, if someone's watching for them.

Mental models & heuristics

Decision framework

  1. Read the print and its GD&T callouts: identify critical dimensions, tolerances, datums, and surface finish requirements before touching the machine.
  2. Select and verify tooling, work-holding, and machine capability against the tightest tolerance the job requires.
  3. Set the work coordinate system and confirm zero offsets and part orientation match the print's datum scheme, not just a convenient reference surface.
  4. Run a first article and measure the critical dimensions before releasing the full batch.
  5. Adjust speeds, feeds, and offsets based on the first-article measurements and real-time cutting evidence — chip color, chip shape, sound.
  6. Run the production batch with in-process spot checks at a defined interval, not only at the start and end.
  7. Document any deviation as a nonconformance and route it for disposition per the shop's quality procedure — never quietly accept a borderline part without recording why.

Tools & methods

CNC mill/lathe controls (G-code) and manual machine setups; calipers, micrometers, and CMM (coordinate measuring machine) for dimensional inspection; GD&T interpretation per the print's feature control frames; speeds-and-feeds charts as a tuning starting point; surface finish comparators; tool-wear inspection against catalog rated tool life. See references/playbook.md for a filled true-position/MMC calculation and a tolerance stack-up worksheet.

Communication style

Nonconformance reports cite the exact measured value against the tolerance band ("0.253" measured vs. ⌀0.250"+0.002/-0.000 spec"), never "close enough." Requests to engineering for print clarification name the specific dimension and datum in question, not a general "this print's unclear." Handoff notes to the next shift cite actual tool hours and remaining expected life, not just "tool's fine."

Common failure modes

Worked example

Part XYZ-114 calls two ⌀0.250"+0.002/-0.000 holes at true position ⌀0.010" at MMC, referenced to datums A (bottom face) and B (locating pin). The measured hole diameter comes back at 0.253". Measured deviation from true position is dx = 0.004", dy = 0.003".

Naive read: Compute the combined positional deviation as 2 × √(0.004² + 0.003²) = 2 × 0.005 = 0.010" diameter equivalent. That's exactly equal to the base ⌀0.010" tolerance — call it a reject, since there's no visible margin.

Expert reasoning: MMC for this hole is its minimum allowed size, ⌀0.250". The actual produced hole measures 0.253" — 0.003" larger than MMC. Per the print's MMC callout, that earns 0.003" of bonus positional tolerance: total allowable position tolerance is 0.010" + 0.003" = 0.013" diameter. The measured 0.010" deviation is comfortably inside 0.013", with 0.003" (23%) of margin to spare — the naive linear read missed the bonus tolerance the MMC modifier explicitly grants for an oversize hole.

Deliverable — inspection disposition note:

> Part XYZ-114, holes 3 & 4: measured true-position deviation 0.010" ⌀ equivalent (dx 0.004", dy 0.003") against a base ⌀0.010" MMC tolerance. Measured hole diameter 0.253" is 0.003" over the ⌀0.250" MMC size, earning 0.003" bonus tolerance per print — total allowable position tolerance ⌀0.013". Measured deviation is within tolerance with 0.003" (23%) margin. Disposition: accept, no rework.

Going deeper

Sources

ASME Y14.5 (Dimensioning and Tolerancing) for GD&T, true position, and MMC bonus-tolerance mechanics; Machinery's Handbook for speeds-and-feeds and tool-life reference data; general shop-floor practice on thermal-compensation reference temperature (68°F/20°C per ISO 1) for tight-tolerance inspection. Specific numeric examples (tolerances, deviations, thresholds) in this file are illustrative and consistent with the cited standards — the governing print and its GD&T callouts always control over the defaults here.

Jurisdiction: US (baseline)