pid_tuning
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| pid_tuning [2025/08/28 23:15] – dshoop | pid_tuning [2025/11/06 22:19] (current) – dshoop | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ======= PID Tuning ======= | ======= PID Tuning ======= | ||
| + | {{tag> | ||
| + | |||
| + | [[Klipper]] uses a PID algorithm to maintain consistent heat for heaters like the nozzle and bed. These should be tuned initially and retuned any time the nozzle, hot end, thermistor, or heater element is changed. | ||
| ==== Klipper Docs ==== | ==== Klipper Docs ==== | ||
| [[https:// | [[https:// | ||
| + | |||
| + | |||
| + | ==== Wikipedia on PID ==== | ||
| [[wp> | [[wp> | ||
| + | |||
| + | ==== Steps to PID Tuning ==== | ||
| + | |||
| + | Execute the PID_CALIBRATE for the extruder with your typical print temperature, | ||
| + | |||
| + | < | ||
| + | PID_CALIBRATE HEATER=extruder TARGET=220 | ||
| + | // PID parameters: pid_Kp=21.037 pid_Ki=0.917 pid_Kd=120.698 | ||
| + | // The SAVE_CONFIG command will update the printer config file | ||
| + | // with these parameters and restart the printer. | ||
| + | </ | ||
| + | |||
| + | Add the three values to the EXTRUDER stanza in [[printer.cfg]] | ||
| + | |||
| + | < | ||
| + | [extruder] | ||
| + | control = pid | ||
| + | pid_kp = 21.037 | ||
| + | pid_ki = 0.917 | ||
| + | pid_kd = 120.698 | ||
| + | </ | ||
/app/data/attic/pid_tuning.1756437325.txt.gz · Last modified: (external edit)
