Bed_Distance_sensor
Bed_Distance_sensor copied to clipboard
Uninstall doesn't revert changes to `scripts/buildcommands.py`
When performing an uninstall, the change to scripts/buildcommands.pymade during installation...
sed 's/--dirty//g' "${HOME_DIR}/scripts/buildcommands.py" -i
... isn't reverted
you can run this in the folder klipper to reset.
git reset --hard
@markniu I'm curious why you closed the issue without actually fixing it.
You provided a workaround, which is great, but the core issue still remains in the uninstall script.
thanks, I just updated the uninstall.sh file for the buildcommands.py file recovery