Basic Information:
Printer Model: Prusa i3MK3S+
MCU / Printerboard: Einsy
Host / SBC RPi 5
klippy.log
klippy.log (857.5 KB)
Describe your issue:
I performed a PID calibration on the E3D 0.4mm High Flow nozzle using:
PID_CALIBRATE HEATER=extruder TARGET=230
SAVE_CONFIG
Then I performed a PID calibration of the heat bed of the Prusa i3MK3S+ using:
PID_CALIBRATE HEATER=heater_bed TARGET=70
When I issued a: SAVE_CONFIG
I got the following error in red:
SAVE_CONFIG section 'heater_bed' option 'control' conflicts with included value
What is the best way to resolve this issue? I read over about 1.5 years ago some people edited some files but others advised against doing it.
While waiting for a solution, I performed a probe_calibrate
but when I typed save_config
, the Console showed the same error:
SAVE_CONFIG section 'heater_bed' option 'control' conflicts with included value
Looks like until the saving of heat bed is resolved, Klipper does not allow me to perform other tasks that requre me to save the configurations.