Iona Hrapsa

Results 22 issues of Iona Hrapsa

Edit `/etc/config/system` and make sure you have the following under `system` block ``` option log_file '/root/klipper_logs/system.log' option log_size '512' option log_remote '0' ``` ![image](https://user-images.githubusercontent.com/40600040/125296260-c64f0400-e32e-11eb-8ba3-a4c3b78f710c.png) you'll then be able to access...

documentation

- Make a symlink from webcamd -> mjpg-streamer `ln -s /etc/init.d/mjpg-streamer /etc/init.d/webcamd` - Change to the following to make the cllient buttons work: > async def shutdown_machine(self) -> None: await...

documentation
enhancement

- `opkg update && opkg install usbutils` - use `lsusb` - find your mainboard ID: `idVendor:idProduct` - do `grep idVendor/idProduct /sys/bus/usb/devices/*/uevent` - replace idVendor and idProduct accordingly - note the...

documentation
enhancement

Official pyserial package for OpenWrt MIPS doesn't allow 250k baud for serial comunication. [Someone](https://github.com/pyserial/pyserial/pull/496) patched that in a forked version: ``` git clone https://github.com/ihrapsa/pyserial.git cd pyserial python setup.py install ```

enhancement

🔢 Change ffmpeg path in OctoPrint to the created script. This will prevent the autorendering on the box. rendering works on the box but it takes quite a while (~3-4...

feature

I guess this could be merged with master

kernel
needs changes
target/ramips

Hey, I'm working on the MC3 (Monsieur Cuisine Smart) version but I'm having trouble porting a fully working twrp recovery file. I managed to create one, it boots into it...

Hey, great project! Just wanted to ask how hard would it be to make the display communicate with klipper through the mainboard instead of the Rpi? I know someone accomplished...

Hi, I really love this concept. I wonder if this could be overlayed on a Hone Assistant picture element floorplan. I haven't found any information about that but I think...

Hi, Looking at the `espresense/ips` topic with an mqtt explorer I noticed that all my ble devices are captured. Is this desired/part of the code? Apart from the two fitbits...