Printer Model: Ender 5 Pro
MCU / Printerboard: Manta m5p
Host / SBC CB1
klippy.log
…
Whenever I try and run a pid tune, z-probe, bed mesh, or try and save the extruder offset. I end up with an error such as SAVE_CONFIG section ‘extruder’ option ‘control’ conflicts with included value…While I have tried to remove the conflicting error I then get an error requiring that the values be present in the cfg’s. Printer config pasted in code bracket and the main config is attached
[include mainsail.cfg]
# host MCU service is preinstalled and ready to use with:
[mcu CB1]
serial: /tmp/klipper_host_mcu
[include E5P.cfg]
[pause_resume]
[I'm an included settings block]
I'm_a_SAVE_CONFIG_setting: value
then you will run into this error. The solution is to move the entire block [I'm an included settings block] back to printer.cfg as Klipper does not support modifying included settings.
Since you are including the E5P.cfg then this is true at least for:
I have went down that rabbit hole but the system is not creating any save_config setting blocks… I have tried to set it up without anything set and it errors saying it must have values… I enter values and then it errors saying save_config conflicts with included values
There is no rabbit hole. As indicated above the way you structured your configs does not work.
Copy the entire content of the E5P.cfg into the printer.cfg and remove [include E5P.cfg]
Sorry Sineos… I misread your initial response and after looking at the instructions I was following there seemes to have been a disconnect… The instrucions said to do it as an include, and I was not thinking that it counted but again after rereading your information I see where I was mistaken I will pull everything from my config and place it in the printer.cfg and try again… Thank you again I am sorry if my response was seen as dismissive or ungrateful