Running PID calibration produces error #643
jcmartinez
started this conversation in
Issues
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The following error is produced after running a heater_bed PID calibration:
{"code": "key335", "msg": "Option 'control' in section 'heater_bed' must be specified\n\nOnce the underlying issue is corrected, use the \"RESTART\"\ncommand to reload the config and restart the host software.\nPrinter is halted\n", "values": ["control", "heater_bed"]}
A similar error is produced after running a hotend calibration.
The workaround is to remove the PID values that were automatically added to the bottom of the
printer.cfg
file and copy the numbers to theheater_bed
andextruder
sections above.Also, in my case, if the new values have three decimal digits, they produce another error related to MCU. I had to round up the values for them to work.
I'm using:
Creality K1 Max
Fluidd: v1.30.1-62fe404
Only installed:
│ •ESSENTIALS: │
│ ✓ Moonraker & Nginx │
│ ✓ Fluidd │
│ │
│ •UTILITIES: │
│ ✓ Entware │
│ ✓ Klipper Gcode Shell Command │
│ │
│ •IMPROVEMENTS: │
│ ✓ Nozzle Cleaning Fan Control │
│ ✓ Fans Control Macros │
│ ✓ Improved Shapers Calibrations │
│ ✓ Useful Macros
Beta Was this translation helpful? Give feedback.
All reactions