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_CALIBRATE
PID_CALIBRATE
PROBE_EDDY_CURRENT_CALIBRATE
DELTA_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.cfg
into an included config file. - The relevant section and its settings have formatting errors.
Potential solutions
- Revert the change.
SAVE_CONFIG
can only update values directly in theprinter.cfg
but not in any external includes. - Verify that the section and its settings are properly formatted, e.g., no leading spaces, special characters, etc.