pid_tuning
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| pid_tuning [2025/09/13 23:31] – external edit 127.0.0.1 | pid_tuning [2025/11/06 22:19] (current) – dshoop | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| [[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/pages/pid_tuning.txt · Last modified: by dshoop
