Calculating Feed Rates and Cutting Speeds in Cam: a Step-by-step Approach

Calculating feed rates and cutting speeds is essential for efficient CNC machining. Proper calculations help optimize tool life, surface finish, and machining time. This article provides a clear, step-by-step approach to perform these calculations in CAM software.

Understanding Cutting Speed

Cutting speed, measured in meters per minute (m/min), refers to the speed at which the cutting tool moves relative to the workpiece. It depends on the material being machined and the tool used.

To calculate the cutting speed, use the formula:

Cutting Speed (V) = π × D × N / 1000

Where:

  • D = Diameter of the tool in millimeters
  • N = Spindle speed in RPM

Calculating Feed Rate

Feed rate determines how fast the tool advances through the material. It is measured in millimeters per minute (mm/min). The feed rate depends on the tool, material, and cutting conditions.

The formula for calculating feed rate is:

Feed Rate (F) = Feed per Tooth (fz) × Number of Teeth (z) × Spindle Speed (N)

Where:

  • fz = Feed per tooth in mm
  • z = Number of teeth on the tool
  • N = Spindle speed in RPM

Practical Example

Suppose a tool has a diameter of 10 mm, with 2 teeth, and the spindle speed is set to 1500 RPM. The recommended feed per tooth is 0.02 mm.

First, calculate the cutting speed:

V = π × 10 × 1500 / 1000 ≈ 47.12 m/min

Next, calculate the feed rate:

F = 0.02 × 2 × 1500 = 60 mm/min