diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Config_checks.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Config_checks.md b/docs/Config_checks.md index 32f2329f..4d612cd3 100644 --- a/docs/Config_checks.md +++ b/docs/Config_checks.md @@ -139,8 +139,8 @@ To calibrate the extruder, navigate to the OctoPrint terminal tab and run the PID_CALIBRATE command. For example: `PID_CALIBRATE HEATER=extruder TARGET=170` -At the completion of the tuning test, update the printer.cfg file with -the recommended pid_Kp, pid_Ki, and pid_Kd values. +At the completion of the tuning test run `SAVE_CONFIG` to update the +printer.cfg file the new PID settings. If the printer has a heated bed and it supports being driven by PWM (Pulse Width Modulation) then it is recommended to use PID control for |