Klipper3d / klipper

Klipper is a 3d-printer firmware
GNU General Public License v3.0
9.32k stars 5.28k forks source link

Fix PID_CALIBRATE command when used with heater_generic #6517

Closed KevinOConnor closed 6 months ago

KevinOConnor commented 6 months ago

Make sure the SAVE_CONFIG command saves the calculated PID parameters to the correct config name.

This issue was reported at https://klipper.discourse.group/t/issue-with-pid-calibrate-heater-generic-save-config/14349 .

-Kevin