PID Tuning

Proportional-Integral-Derivative temperature control — tunes how the heater responds to reach and maintain target temperature without oscillation.

Medium priority Printer-Specific

What It Is

PID tuning calibrates the feedback loop that controls hotend and bed heaters. Proper PID values mean the heater reaches target temperature quickly, holds it steady, and doesn’t oscillate (swing above and below target).

What It Controls

Why It Drifts

How to Calibrate (Manual)

  1. Run M303 E0 S210 C8 (auto-tune hotend to 210°C, 8 cycles)
  2. Firmware reports optimal Kp, Ki, Kd values
  3. Apply with M301 P<Kp> I<Ki> D<Kd>, save with M500
  4. Repeat for bed: M303 E-1 S60 C8, apply with M304

How the Auto-Tuner Calibrates It