Skip to content

Kerf Compensation

Kerf is the material removed by the laser beam during cutting. Kerf compensation adjusts toolpaths to account for this, ensuring cut parts match their designed dimensions.

What is Kerf?

Kerf = the width of material removed by the cutting process.

Example: - Laser spot size: 0.2mm - Material interaction: adds ~0.1mm on each side - Total kerf: ~0.4mm

Problem without compensation:

Designed:          Actual cut:
        
 50mm            50.4mm      Hole too big
            (kerf removed inward)

Designed:          Actual cut:
           
  Part           49.6   Part too small
               (kerf removed outward)

When it matters: - Precision assemblies (tight tolerances) - Interlocking parts - Gears and mechanical components

When it doesn't matter: - Decorative cutting (0.5mm tolerance) - Single-piece projects - Engraving (no kerf)


How Kerf Compensation Works

Kerf compensation offsets the toolpath inward or outward to account for material removal:

For outside cuts (cutting a part): - Offset path outward by half the kerf width - Result: Final part is the correct size

For inside cuts (cutting a hole): - Offset path inward by half the kerf width - Result: Final hole is the correct size

Example with 0.4mm kerf:

Original path:  50mm square
Compensation:   Offset outward by 0.2mm (half kerf)
Laser follows:  50.4mm square
After cutting:  Part measures 50.0mm (perfect!)

Kerf Compensation in Rayforge

Current Implementation

As of the current version, dedicated kerf compensation may not be fully implemented in Rayforge. Check the workflow transformers for "Offset" or "Kerf" options.

Workaround: Manually adjust paths in your design software before importing.

If/When implemented:

  1. Measure your kerf:
  2. Cut a test square (e.g., 50mm 50mm)
  3. Measure the actual size
  4. Kerf = (actual - designed) / 2

  5. Configure compensation:

  6. Add kerf transformer to workflow
  7. Enter half the measured kerf value
  8. Choose inside/outside mode

  9. Apply to operations:

  10. Enable for cutting operations
  11. Disable for engraving

Measuring Kerf

Accurate kerf measurement procedure:

  1. Create a test file:
  2. Draw a 50mm 50mm square
  3. Draw a circle (any size, for inside cut test)

  4. Cut the test:

  5. Use your normal cutting settings
  6. Cut completely through
  7. Let material cool

  8. Measure:

  9. Outer square (part): Measure with calipers
    • If < 50mm, kerf was removed outward
    • Kerf = (50 - measured) 2
  10. Inner circle (hole): Measure diameter

    • If > designed diameter, kerf was removed inward
    • Kerf = (measured - designed) / 2
  11. Average: Use the average of multiple measurements

Typical kerf values:

Material Thickness Typical Kerf
Cardboard 1-3mm 0.2-0.3mm
Plywood 3mm 0.3-0.4mm
Plywood 6mm 0.4-0.6mm
Acrylic 3mm 0.2-0.3mm
Acrylic 6mm 0.3-0.5mm
MDF 3mm 0.3-0.5mm

Variables affecting kerf: - Laser power (higher = wider) - Cutting speed (slower = wider) - Material type and density - Focus distance - Air assist pressure


Manual Kerf Compensation

If automated kerf compensation isn't available, compensate in your design software:

Inkscape:

  1. Select the path
  2. Path Dynamic Offset (Ctrl+J)
  3. Drag to offset by half your kerf measurement
  4. Outward for parts (to make path larger)
  5. Inward for holes (to make path smaller)
  6. Path Object to Path to finalize

Illustrator:

  1. Select the path
  2. Object Path Offset Path
  3. Enter offset value: (kerf / 2)
  4. Positive for outward, negative for inward
  5. OK to apply

Fusion 360 / CAD:

  • Offset sketch entities before export
  • Use the kerf/offset dimension

Kerf Compensation Best Practices

When to compensate: - Mechanical parts with tolerances <0.5mm - Snap-fit assemblies - Interlocking designs (boxes, puzzles)

When to skip: - Decorative pieces - Engraving (no kerf) - Low-precision work

Tips: - Test first - Always cut a test piece to verify compensation - Consistent settings - Kerf changes with power/speed - Material consistency - Kerf varies between batches - Direction matters - Inside vs outside cuts need opposite compensation