I have installed Klipper on my ender3, along with the adaptive bed mesh and a BLTouch. It was running just fine until I install the klackender probe. I now have this error:
Klipper reports: ERROR Duplicate chip name ‘probe’
## <---------------------- SAVE_CONFIG ---------------------->
## DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
##
## [bltouch]
#*# z_offset = 4.285
Then remove the two lines from the save_config section.
It gets parsed into your config, and tries to load the bltouch module, when it sees the “[bltouch]” part.
This solved the bltouch problem. I am new to klipper, I thought I couldn’t edit this part of the file without messing up the whole thing.
Now I got a new error:
Section ‘menu __main’ is not a valid config section
EDIT: I disabled the main_menu items and seems to do the trick.
Thank you very much @hmortensen