Skip to content

Commit 1a48d09

Browse files
committed
Updated README screenshots
1 parent a4f0a0a commit 1a48d09

File tree

8 files changed

+9
-20
lines changed

8 files changed

+9
-20
lines changed
10 KB
Loading
-3 Bytes
Loading
-5.58 KB
Loading
22.2 KB
Loading
19.8 KB
Loading
-21.4 KB
Binary file not shown.

README.md

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ By using Rinkhals, you will keep all stock Anycubic features (print screen, Anyc
1010
- USB camera support in Mainsail, Fluidd
1111
- Prints from Orca will show the print screen
1212
- SSH access for customization (user: **root**, password: **rockchip**)
13-
- [Apps system](https://github.com/jbatonnet/Rinkhals.apps) (OctoApp, Cloudflare, Tailscale, ...)
13+
- OTA Rinkhals updates
14+
- [Apps system](https://github.com/jbatonnet/Rinkhals.apps) (OctoEverywhere, Cloudflare, Tailscale, ...)
1415

1516
For now the following printers and firmwares are tested / supported:
1617
| Model | Tested firmwares | Notes |
@@ -49,13 +50,15 @@ For more information about installation, firmware updates and details about spec
4950

5051
After installation, Rinkhals provides a touch UI accessible from the printer screen when you tap the Settings icon, then tap Rinkhals.
5152

52-
This UI allows you to stop or disable Rinkhals, and to control what feature and or app is enabled. This will allow you to customize your experience and keep the printer memory as low as needed based on your needs.
53+
This UI allows you to manage installed apps, trigger an OTA update, reboot your printer and much more. This will allow you to customize your experience and keep the printer memory as low as needed based on your needs.
5354

5455
<p align="center">
5556
<!-- <img width="192" src="./.github/images/screenshot-settings.png"> -->
56-
<img width="192" src="./.github/images/screenshot-rinkhals-ui.png">
57+
<img width="192" src="./.github/images/screenshot-rinkhals-main.png">
5758
<img width="192" src="./.github/images/screenshot-rinkhals-apps.png">
5859
<img width="192" src="./.github/images/screenshot-rinkhals-app.png">
60+
<img width="192" src="./.github/images/screenshot-rinkhals-ota.png">
61+
<!-- <img width="192" src="./.github/images/screenshot-rinkhals-advanced.png"> -->
5962
</p>
6063

6164
## Apps system
@@ -90,15 +93,14 @@ This repo contains some tools you can use **no matter what firmware you are usin
9093

9194
They are available on this page: https://github.com/jbatonnet/Rinkhals/actions/workflows/build-swu-tools.yml
9295

93-
You can download the SWU file for the tool you want, copy it on a FAT32 USB drive in a **aGVscF9zb3Nf** directory, plug the USB drive in the Kobra and it just works.
96+
You can download the SWU file for the tool you want, copy it as **update.swu** on a FAT32 USB drive in a **aGVscF9zb3Nf** directory, plug the USB drive in your printer and it just works.
9497
You will ear two beeps, the second one will tell you that the tool completed its work. There is no need to reboot afterwards.
9598

9699
Here are the tools available:
97100
- **SSH**: get a SSH server running on port **2222**, even on stock firmware
98101
- **Backup partitions**: creates a dump of your userdata and useremain partition on the USB drive
99102
- **Debug bundle**: creates a zip file with printer and configuration information on the USB drive to ease debugging
100103

101-
102104
<p align="center">
103105
<img width="48" src="https://github.com/jbatonnet/Rinkhals/blob/master/icon.png?raw=true" />
104106
</p>
@@ -111,21 +113,7 @@ Here are the tools available:
111113
> Run `git config core.autocrlf false` **BEFORE** cloning the repo
112114
113115
You will need either a Linux machine or a Windows machine with Docker.
114-
115-
Here are the steps:
116-
- Clone the repo or Download the zip
117-
- Do your modifications
118-
- Open a terminal at the root of the repo, and run: `docker run --rm -it -e KOBRA_IP=x.x.x.x -v .\build:/build -v .\files:/files --entrypoint=/bin/sh rclone/rclone:1.68.2 /build/deploy-dev.sh`
119-
120-
This will create a "dev" version on your printer. Using the script above will synchronize your workspace with your PC.
121-
Now you can start/restart your updated "dev" version using SSH:
122-
- `chmod +x /useremain/rinkhals/dev/start.sh`
123-
- `/useremain/rinkhals/dev/start.sh`
124-
125-
If you ever want to create a full SWU with your version, use the `build-swu.sh` script with Docker, and you'll get your SWU in build/dist/update.swu:
126-
`docker run --rm -it -e VERSION="yyyymmdd_nn" -v .\build:/build -v .\files:/files ghcr.io/jbatonnet/rinkhals/build /build/build-swu.sh`
127-
128-
If you're ever stuck, reboot, use the SSH SWU tool to regain SSH if you lost it, or reflash the last version if things don't work.
116+
Read the documentation in the Wiki and join us on Dioscord to discuss development!
129117

130118

131119
## Thanks

files/3-rinkhals/opt/rinkhals/ui/gui.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ def __init__(self, text='', callback=None, auto_size=False, background_color=Non
336336
self.background_color = background_color
337337
self.pressed_color = pressed_color
338338
self.disabled_text_color = disabled_text_color
339+
self.text_color = text_color
339340
self._text_color = text_color
340341
self.border_color = border_color
341342
self.border_width = border_width

0 commit comments

Comments
 (0)