KlipperWrt icon indicating copy to clipboard operation
KlipperWrt copied to clipboard

A guide to install Klipper with fluidd, Mainsail or Duet-Web-Control and webcam stream in OpenWrt. Mainly created around the Creality Wi-Fi box but any OpenWrt running device with similar specs will w...

Results 33 KlipperWrt issues
Sort by recently updated
recently updated
newest added

I have a Creality WIFi Box and have configured with Klipper/Fluidd and appears to be operational, with add digital camera which also works. Where I am a little scared is...

I updated Moonraker and found it now requires python3-ninja2.

When I access the box via SSH in Command Prompt for Windows 10, it lets me into the console fine, but when I try to change the files for wireless...

This is a kind of swap that resides on RAM in a compressed form. It will make swapping and ram usage more efficient and it will increase the lifespan of...

enhancement

Use `gphoto2` to trigger a **DSLR** shutter. With this software you can also transfer pictures to the Linux controlling device as well. Luckily this package is available inside OpenWrt repo:...

documentation

⚠️ **Encrypting webcam stream takes quite a lot of CPU power so this approach might not be recommended** ⚠️ _**Home network**: webcam stream (no encryption) - low CPU load **Remote...

Use `adb` tools to trigger phone camera through USB. This will allow to take snapshots on command allowing for a Klipper macro integration on `Z layer change`. Inspired from [here](https://coderwall.com/p/3-tgjg/take-a-photo-via-adb)...

Since **Debian** is not fully supported on `ramips` a workaround is to use the **OpenWrt** _kernel_ and **Debian** _filesystem_ as default. OpenWrt kernel `.bin` file needs to be configured to...

enhancement

- custom theme - inspired from [here](https://github.com/jerrykuku/luci-theme-argon) - custom logo - Setup wifi + extroot +any extra packages inside luci GUI - integrate [luci-app-ttyd](https://github.com/ozon/luci-app-ttyd) for luci ssh terminal integration (as...

enhancement

This will rotate logs and prevent * Install: `opkg update && opkg install logrotate` * add this cron job in `/etc/crontabs/root`: ``` 0 8 * * * * /usr/sbin/logrotate /etc/logrotate.conf...

documentation