diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-09-17 19:28:07 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2018-09-25 13:48:46 -0400 |
commit | 5a1b2d61aed628c13d636945327d71eaa9ff510f (patch) | |
tree | 39189a56ee7849584888ccf0d36d9c1c70a94a72 /docs/Config_checks.md | |
parent | 531134f092555f737e7031c1b011fb85cb051f71 (diff) | |
download | kutter-5a1b2d61aed628c13d636945327d71eaa9ff510f.tar.gz kutter-5a1b2d61aed628c13d636945327d71eaa9ff510f.tar.xz kutter-5a1b2d61aed628c13d636945327d71eaa9ff510f.zip |
pid_calibrate: Support saving calibration data via SAVE_CONFIG
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_checks.md')
-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 |