SAVE_CONFIG section ‘bltouch’ option ‘z_offset’ conflicts with included value
SAVE_CONFIG section ‘extruder’ option ‘pid_Kp’ conflicts with included value
Background
The SAVE_CONFIG command updates various aspects of the printer.cfg. The relevant settings and setting sections to be updated depend on the type of tuning that is performed. Possible commands include but are not limited to:
PROBE_CALIBRATEPID_CALIBRATEPROBE_EDDY_CURRENT_CALIBRATEDELTA_CALIBRATE- and others
Updating these settings and sections is only successful if they are properly formatted and directly in the printer.cfg file.
Reasons
- The relevant section to be updated has been moved from the
printer.cfginto an included config file. - The relevant section and its settings have formatting errors.
Potential solutions
- Revert the change.
SAVE_CONFIGcan only update values directly in theprinter.cfgbut not in any external includes. - Verify that the section and its settings are properly formatted, e.g., no leading spaces, special characters, etc.