mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-03-04 09:04:37 -07:00
pid_calibrate: Support saving calibration data via SAVE_CONFIG
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
531134f092
commit
5a1b2d61ae
2 changed files with 11 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue