CHIPBY KINETIC CARVING
CNC · Hobbyist · Information · Platform
Return to Kinetic Carving
Troubleshooting · Dimensionsbeginner~4 min read

CNC part cut the wrong size: diagnose it by the error

Short answer

Measure the error. If it is exactly one bit diameter, you cut on the line instead of outside it. If it is two full diameters, the offset went to the wrong side. If it is a few thousandths, it is the real bit diameter, deflection or runout. If it is a percentage, it is calibration.

Symptom

A finished part that does not match the drawn dimension. May be consistently undersize, consistently oversize, or wrong in one axis only.

Check
first
Measure the error and compare it to your bit diameter. The amount tells you the cause faster than anything else. One diameter, two diameters and a few thousandths are three completely different problems.

Most likely causes

  1. Profile cut on the line instead of outside or inside itMost common
    The part comes out exactly one bit diameter small, or the hole one diameter big. See profile toolpaths.
  2. Bit diameter in CAM does not match the bit in the colletCommon
    A nominal 1/4 inch bit is often a few thousandths under, and a 6 mm bit entered as 1/4 inch is 0.35 mm out. The error is half the difference on each side.
  3. Tool deflectionCommon
    The tip bends away from the material and leaves the part oversize, more so at depth. A finishing pass removes it. See rigidity.
  4. Offset applied to the wrong sideOccasional
    Inside instead of outside. The part comes out two full bit diameters small, which is dramatic enough to be obvious.
  5. Steps per unit wrong for one axisOccasional
    A percentage error that scales with the part, in one direction only.
  6. RunoutOccasional
    The bit sweeps a circle wider than its diameter, so it cuts more and leaves the part undersize. Clean the collet before blaming the spindle.
  7. Units mismatchOccasional
    A factor of 25.4 is not subtle. Check the design, the CAM and the G20 or G21 line in the file.
  8. Machine not squareLess common
    Rectangles come out as parallelograms. See squaring.

Diagnostic steps

Measure the error with calipers, then find it in this table. The amount identifies the cause.

ErrorCauseFix
Exactly one bit diameter undersizeCut on the line instead of outside itSet the profile offset to outside. See profile toolpaths.
Exactly two bit diameters undersizeOffset applied to the wrong sideCheck which side the toolpath puts the tool on
About half a diameter, or some other odd amount, consistent everywhereBit diameter in CAM does not match the real bitMeasure the bit with calipers and enter the real number
A few thousandths oversize on an outside cutReal bit diameter smaller than the value in CAM, or deflectionMeasure the bit and enter the real number, then add a finishing pass
A few thousandths undersize on an outside cutRunout, so the bit cuts wider than its diameterSee runout. Clean the collet first.
Error in one axis onlySteps per unit calibration wrong for that axisCalibrate. Cut a long test cut, measure, and correct the setting.
Error scales with sizeSteps per unit, or units mismatchCheck both, including whether the design imported at the right scale
Error by a factor of 25.4Inches and millimetres mixed upCheck the design units, the CAM units, and the G20 or G21 in the file
Rectangle is a parallelogramMachine not squareSee squaring.
Walls tapered, so size depends on where you measureTool deflectionAdd a finishing pass and reduce stickout

Calibrating steps per unit

If one axis is consistently off by a percentage, the machine's steps per millimetre or per inch setting is wrong for that axis.

  1. Jog the axis a large known distance, as long as your machine allows. Longer is better because it makes the error measurable.
  2. Measure the actual movement accurately with a good rule or calipers.
  3. New value = old value multiplied by (commanded distance divided by actual distance).
  4. Enter it, and repeat the test to confirm.
Test in air, not in a cut
Calibrating with a cut test mixes the steps-per-unit error together with deflection, runout and bit diameter error. Measure the axis movement itself with an indicator or a rule, and you isolate the one thing you are trying to fix.

Fixes, for parts that must fit

  • Set the offset side deliberately for every profile: outside for parts, inside for holes.
  • Measure the actual bit with calipers and enter that number in CAM.
  • Cut a test in scrap and measure before committing to the real material.
  • Leave an allowance and take a finishing pass, which removes deflection error.
  • Calibrate steps per unit if the error is a percentage, using the air test above.
  • Remember inside corners are round. A square peg will not enter a CNC-cut square hole without a dogbone relief.
  • Account for the material. Wood moves with humidity, and a joint cut to a perfect fit in a damp shop can bind in a dry one.

Why it happens

CAM never cuts your drawing. It cuts a path for the centre of a tool it believes is a certain size, offset from your drawing by the tool's radius. Every dimensional error is a disagreement between that belief and reality: the wrong radius, the wrong side, a tool that bent away from where its centre was, a spindle sweeping a bigger circle than the tool, or an axis that moved a different distance than it was told. Measuring the error tells you which belief was wrong.

Prevention

  • Keep a note of the measured diameter of every bit you own, and use those numbers in the tool library rather than the nominal size.
  • Preview the toolpath in CAM and look at which side of the line it sits before you post.
  • Calibrate each axis once, in air, and write the values down.
  • Make the finishing pass a habit on any part that has to fit something.