Skip to content

Commit f9cd015

Browse files
committed
Merge branch 'develop'
2 parents 1a04c4b + 295d96b commit f9cd015

File tree

37 files changed

+13027
-12966
lines changed

37 files changed

+13027
-12966
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
custom: [ 'https://www.paypal.com/donate/?business=NA32NR3HY8R7Y&no_recurring=1&item_name=Please%20remember%20that%20I%20work%20on%20Rinkhals%20for%20fun%20and%20not%20for%20the%20donations.%20I%20do%20not%20accept%20donations%20to%20work%20on%20specific%20bugs%20or%20features.%20Now%20if%20you%20really%20want%20to,%20everything%20you%20donate%20will%20be%20used%20to%20buy%20my%20next%20printer,%20and%20maybe%20add%20support%20for%20it%20%F0%9F%98%8A&currency_code=CAD' ]
1+
custom: [ 'https://www.paypal.com/donate/?business=NA32NR3HY8R7Y&no_recurring=1&item_name=Please%20remember%20that%20I%20work%20on%20Rinkhals%20for%20fun%20and%20not%20for%20the%20donations.%20I%20do%20not%20accept%20donations%20to%20work%20on%20specific%20bugs%20or%20features.%20Now%20if%20you%20really%20want%20to,%20everything%20you%20donate%20will%20be%20used%20to%20buy%20my%20next%20printer,%20and%20maybe%20add%20support%20for%20it%20%F0%9F%98%8A&currency_code=CAD' ]
Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
1-
name: Docs Github Pages Deployment
2-
3-
on:
4-
push:
5-
branches:
6-
- master
7-
paths:
8-
- docs/**
9-
workflow_dispatch:
10-
11-
permissions:
12-
contents: read
13-
pages: write
14-
id-token: write
15-
16-
concurrency:
17-
group: "pages"
18-
cancel-in-progress: false
19-
20-
jobs:
21-
build:
22-
runs-on: ubuntu-latest
23-
steps:
24-
- uses: actions/checkout@v4
25-
- uses: actions/setup-python@v5
26-
with:
27-
python-version: 3.x
28-
cache: 'pip'
29-
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
30-
- run: pip install -r ./docs/requirements.txt
31-
- name: MkDocs Build
32-
working-directory: ./docs
33-
run: mkdocs build
34-
- name: Upload static files
35-
id: deployment
36-
uses: actions/upload-pages-artifact@v3 # or specific "vX.X.X" version tag for this action
37-
with:
38-
path: ./docs/site
39-
40-
deploy:
41-
environment:
42-
name: github-pages
43-
url: ${{ steps.deployment.outputs.page_url }}
44-
runs-on: ubuntu-latest
45-
needs: build
46-
steps:
47-
- name: Deploy to GitHub Pages
48-
id: deployment
49-
uses: actions/deploy-pages@v4
1+
name: Docs Github Pages Deployment
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
paths:
8+
- docs/**
9+
workflow_dispatch:
10+
11+
permissions:
12+
contents: read
13+
pages: write
14+
id-token: write
15+
16+
concurrency:
17+
group: "pages"
18+
cancel-in-progress: false
19+
20+
jobs:
21+
build:
22+
runs-on: ubuntu-latest
23+
steps:
24+
- uses: actions/checkout@v4
25+
- uses: actions/setup-python@v5
26+
with:
27+
python-version: 3.x
28+
cache: 'pip'
29+
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
30+
- run: pip install -r ./docs/requirements.txt
31+
- name: MkDocs Build
32+
working-directory: ./docs
33+
run: mkdocs build
34+
- name: Upload static files
35+
id: deployment
36+
uses: actions/upload-pages-artifact@v3 # or specific "vX.X.X" version tag for this action
37+
with:
38+
path: ./docs/site
39+
40+
deploy:
41+
environment:
42+
name: github-pages
43+
url: ${{ steps.deployment.outputs.page_url }}
44+
runs-on: ubuntu-latest
45+
needs: build
46+
steps:
47+
- name: Deploy to GitHub Pages
48+
id: deployment
49+
uses: actions/deploy-pages@v4

LICENSE

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
All my scripts / code is provided under this license:
2-
3-
The MIT License (MIT)
4-
5-
Copyright (c) 2025 Julien Batonnet
6-
7-
Permission is hereby granted, free of charge, to any person obtaining a copy
8-
of this software and associated documentation files (the "Software"), to deal
9-
in the Software without restriction, including without limitation the rights
10-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11-
copies of the Software, and to permit persons to whom the Software is
12-
furnished to do so, subject to the following conditions:
13-
14-
The above copyright notice and this permission notice shall be included in all
15-
copies or substantial portions of the Software.
16-
17-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23-
SOFTWARE.
24-
25-
26-
All existing code / binaries / projects (included here to ease the build process) are under their own licenses, such as but not limited to:
27-
28-
- files/3-rinkhals/opt/rinkhals/ui/MaterialIcons-Regular.ttf > https://github.com/google/material-design-icons/blob/master/LICENSE
29-
- */icon.png > https://www.flaticon.com/free-icon/cobra_375098
1+
All my scripts / code is provided under this license:
2+
3+
The MIT License (MIT)
4+
5+
Copyright (c) 2025 Julien Batonnet
6+
7+
Permission is hereby granted, free of charge, to any person obtaining a copy
8+
of this software and associated documentation files (the "Software"), to deal
9+
in the Software without restriction, including without limitation the rights
10+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11+
copies of the Software, and to permit persons to whom the Software is
12+
furnished to do so, subject to the following conditions:
13+
14+
The above copyright notice and this permission notice shall be included in all
15+
copies or substantial portions of the Software.
16+
17+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23+
SOFTWARE.
24+
25+
26+
All existing code / binaries / projects (included here to ease the build process) are under their own licenses, such as but not limited to:
27+
28+
- files/3-rinkhals/opt/rinkhals/ui/MaterialIcons-Regular.ttf > https://github.com/google/material-design-icons/blob/master/LICENSE
29+
- */icon.png > https://www.flaticon.com/free-icon/cobra_375098

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ Latest version will likely support the two latest firmwares from Anycubic, unles
1717
Here are the suported printers and firmwares with latest Rinkhals release:
1818
| Model | Tested firmwares | Notes |
1919
| -- | -- | -- |
20-
| Kobra 3 (+ combo) | `2.3.9.3` `2.4.0` |
20+
| Kobra 3 (+ combo) | `2.4.0` `2.4.0.4` |
2121
| Kobra 2 Pro | `3.1.2.3` | Only with mainboard [Trigorilla Spe **B** v1.0.x](https://1coderookie.github.io/Kobra2ProInsights/hardware/mainboard/#trigorilla_spe_b_v10x-stock-new-revision). `3.1.4` is buggy |
22-
| Kobra S1 (+ combo) | `2.5.1.6` `2.5.2.3` |
23-
| Kobra 3 Max (+ combo) | `2.4.6` |
22+
| Kobra S1 (+ combo) | `2.5.2.3` `2.5.3.1` |
23+
| Kobra 3 Max (+ combo) | `2.4.6` `2.4.6.5` |
2424

2525
In case you're wondering this project is named after rinkhals, a sub-species of Cobras ... Kobra ... Rinkhals 👏
2626

build/swu-tools/ssh/README.md

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
1-
## Dependencies
2-
3-
dropbear
4-
> /lib/libc.so.0
5-
> /lib/ld-uClibc.so.0
6-
7-
sftp-server
8-
> /usr/lib/libssl.so.1.1
9-
> /usr/lib/libcrypto.so.1.1
10-
> /lib/libc.so.0
11-
> /lib/libatomic.so.1
12-
> /lib/ld-uClibc.so.0
13-
14-
## Patches
15-
16-
/lib/ld-uClibc.so.0
17-
/tmp/ssh//ld-uClibc
18-
19-
/usr/libexec/sftp-server
20-
/tmp/ssh/sftp-server
21-
22-
cat dropbear.bak |
23-
sed "s/\/lib\/ld-uClibc.so.0/\/tmp\/ssh\/\/ld-uClibc/g" \
24-
sed "s/\/usr\/libexec\/sftp-server/\/tmp\/ssh\/sftp-server /g" \
25-
> dropbear
26-
27-
cat sftp-server.bak |
28-
sed "s/\/lib\/ld-uClibc.so.0/\/tmp\/ssh\/\/ld-uClibc/g" \
29-
> sftp-server
30-
31-
chmod +x *
32-
33-
## How to run
34-
35-
LD_LIBRARY_PATH=$(pwd) ./dropbear -F -E -a -p 2222 -P dropbear.pid -r dropbear_rsa_host_key
1+
## Dependencies
2+
3+
dropbear
4+
> /lib/libc.so.0
5+
> /lib/ld-uClibc.so.0
6+
7+
sftp-server
8+
> /usr/lib/libssl.so.1.1
9+
> /usr/lib/libcrypto.so.1.1
10+
> /lib/libc.so.0
11+
> /lib/libatomic.so.1
12+
> /lib/ld-uClibc.so.0
13+
14+
## Patches
15+
16+
/lib/ld-uClibc.so.0
17+
/tmp/ssh//ld-uClibc
18+
19+
/usr/libexec/sftp-server
20+
/tmp/ssh/sftp-server
21+
22+
cat dropbear.bak |
23+
sed "s/\/lib\/ld-uClibc.so.0/\/tmp\/ssh\/\/ld-uClibc/g" \
24+
sed "s/\/usr\/libexec\/sftp-server/\/tmp\/ssh\/sftp-server /g" \
25+
> dropbear
26+
27+
cat sftp-server.bak |
28+
sed "s/\/lib\/ld-uClibc.so.0/\/tmp\/ssh\/\/ld-uClibc/g" \
29+
> sftp-server
30+
31+
chmod +x *
32+
33+
## How to run
34+
35+
LD_LIBRARY_PATH=$(pwd) ./dropbear -F -E -a -p 2222 -P dropbear.pid -r dropbear_rsa_host_key

docs/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
To deploy the documentation locally, you'll need to:
2-
- Have Python installed
3-
- Install pip dependencies from the `requirements.txt` file
4-
- Run `python -m mkdocs serve` from this directory
5-
- Go to http://127.0.0.1:8000/Rinkhals/
1+
To deploy the documentation locally, you'll need to:
2+
- Have Python installed
3+
- Install pip dependencies from the `requirements.txt` file
4+
- Run `python -m mkdocs serve` from this directory
5+
- Go to http://127.0.0.1:8000/Rinkhals/

docs/docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ If you update your printer firmware to a version that's not supported with Rinkh
7575

7676
- Wait for the new Rinkhals version to be released. Please do not open issues or ask for ETA, I'm working on my free time!
7777
- Reinstall a supported version of your printer firmware and install a matching Rinkhals version
78-
- Starting from 20250316_01, you can create a .enable-rinkhals file at the root of a USB drive, plug it and reboot your printer. It will force Rinkhals to start, but you might experience weird behavior or even worst as the version was not tested.
78+
- Starting from 20250316_01, you can create a .enable-rinkhals file at the root of a USB drive, plug it and reboot your printer. It will force Rinkhals to start, but you might experience weird behavior or even worse as the version was not tested.

docs/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mkdocs-material ~= 9.0
2-
mkdocs-nav-weight == 0.2.0
3-
mkdocs-glightbox == 0.4.0
1+
mkdocs-material ~= 9.0
2+
mkdocs-nav-weight == 0.2.0
3+
mkdocs-glightbox == 0.4.0
44
Pygments ~= 2.0

files/3-rinkhals/etc/resolv.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
nameserver 1.1.1.1
2-
nameserver 8.8.8.8
1+
nameserver 1.1.1.1
2+
nameserver 8.8.8.8
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# The content of this file will be merged with the main config file
2-
# You can add new sections, properties, or override existing ones
3-
# Check printer.generated.cfg to see the generated printer config used in GoKlipper
4-
5-
# You can override a section from the main config file by adding it here
6-
# New properties will be merged and added, and existing ones will override the main config file
7-
# [pause_resume]
8-
# z_up: 11
9-
10-
# You can remove entire sections using a ! before the section name
11-
# [!gcode_macro M486]
12-
13-
# You can also remove specific properties from a section using a ! before the property name
14-
# [pause_resume]
15-
# !z_up:
1+
# The content of this file will be merged with the main config file
2+
# You can add new sections, properties, or override existing ones
3+
# Check printer.generated.cfg to see the generated printer config used in GoKlipper
4+
5+
# You can override a section from the main config file by adding it here
6+
# New properties will be merged and added, and existing ones will override the main config file
7+
# [pause_resume]
8+
# z_up: 11
9+
10+
# You can remove entire sections using a ! before the section name
11+
# [!gcode_macro M486]
12+
13+
# You can also remove specific properties from a section using a ! before the property name
14+
# [pause_resume]
15+
# !z_up:

0 commit comments

Comments
 (0)