Axis Steps/mm

Steps per millimeter for X, Y, and Z axes — determines positional accuracy of the print head and bed.

Low priority Printer-Specific

What It Is

Axis steps/mm defines how many stepper motor steps move each axis exactly 1mm. Set by belt pitch, pulley teeth, and motor step angle. Rarely needs adjustment on properly built printers.

What It Controls

Why It Drifts

How to Calibrate (Manual)

  1. Print a known-dimension cube (e.g., 20×20×20mm)
  2. Measure with calipers
  3. Calculate: new_steps = current_steps × (target_mm / measured_mm)
  4. Apply with M92 X<val> Y<val> Z<val>, save with M500

Note: If dimensions are off, check flow rate and temperature first — over-extrusion causes dimensional errors too.

How the Auto-Tuner Calibrates It