Nelson Graça
Nelson Graça
### Is your feature request related to a problem? Please describe. [The docs](https://containrrr.dev/watchtower/lifecycle-hooks/#execution_failure) say the following: > The failure of a command to execute, identified by an exit code different...
Last few versions have been failing after updating the container with this error: Installing `setuptools` in the venv fixes this, not sure if this is an upstream problem or in...
This PR is a follow up on https://github.com/Klipper3d/klipper/pull/6550 In Python 3.12 setuptools is no longer installed by default on virtual environment creation (see https://docs.python.org/3/whatsnew/3.12.html and https://github.com/python/cpython/issues/95299) This is breaking Klipper...
I'm not interested in using MQTT as I don't need the status through the API, I'm only interested in using some charge commands so I tried running with `DISABLE_MQTT=true` But...
Hi, I'm getting this error randomly when trying to change the state of my ACs, and temperatures are not properly updating I assume due to this error, anyone else experience...
I'm planning on reusing the spool registered in spoolman instead of creating a new one, since I usually forget to set which spool is loaded (even harder with multi material)...
Added the ability to pipe gcode through klipper_estimator. Related feature request: https://github.com/Arksine/moonraker/issues/481