Hello! I am trying to update Klipper and keep getting a failure. Under mainsail it says "Repo has untracked source files: ['klippy/extras/BDsensor.py', 'src/BD_sensor.c']" Is there a workaround or solution to this issue?
It s no fail but hint that these will not be tracked/updated by moonraker. Just ignore.
Or edit moonraker.cfg
add
[update_manager BedDistanceSensor]
type: git_repo
path: ~/Bed_Distance_sensor
primary_branch: new
origin: https://github.com/markniu/Bed_Distance_sensor.git
is_system_service: false
but one have to update mcu firmware (mostly) anyway