Kamil Trzciński
Kamil Trzciński
Possible, but this is also the whole reason it was added: the volume controls in Windows are annoyingly slow. Anyway, we will see, maybe the better is to passthrough to...
For others. If you are annoyed by this, configure in `PowerControl.dll.ini` the `EnableVolumeControls=False`.
I did run. Moving from rock64 into Raspberry PI Zero 2 W. This is becomes less of the problem if you move from 64 bit to 32 bit, but: -...
It appears that it should be possible to do `mdb_dump` on source platform to perform `mdb_load` on target platform.
Yup. I managed to convert everything with: ```bash apt-get install lmdb-utils ssh [email protected] mdb_dump -a /opt/klipper-data/moonraker_database | mdb_load /opt/klipper-data/moonraker_database ```
I did not get a feedback. I would love to get this merged, if there is agreement on this. So, if get preliminary approval will finish it. On Sat, 23...
> It would be important for me that a "plugin" system have a well understood and stable API. Otherwise, I fear "plugins" could inadvertently destabilize other parts of Klipper, and...
(I noticed some problems with this. Will update comment). It appears that: - it works always fine when octoprint/moonraker is on `https://` - when using `http://` it works fine on...
To aid the debugging of method calls. This is the interface of `MBAPI_x86.dll`: https://gist.github.com/ayufan/dca808e3927ddc3a204043348b43f140
OK. I came-up with this: https://github.com/ayufan/control-msi-rgb. It seems that recent MSI boards use `SMBus` and slightly different protocol.