SAVE_CONFIG section ‘bltouch’ option ‘z_offset’ conflicts with included value
Background
This can happen when Klipper tries to update the z_offset
after calibrating the bed and issuing the SAVE_CONFIG
command
Reasons
- The
bltouch
config section has been removed fromprinter.cfg
and relocated into an included.cfg
Potential solutions
- Revert the change.
SAVE_CONFIG
can only update values directly in theprinter.cfg
but not in any external includes