2 Commits

Author SHA1 Message Date
3f1710d98a Update README for v2.4.0-alpha-kx1 2026-05-27 23:02:50 +02:00
e068b2d4e3 README.md aktualisiert 2026-05-23 13:50:44 +02:00

View File

@@ -17,7 +17,7 @@ in-progress PRs improving Kobra X support — recommended for use with [KX-Bridg
## What's inside
Standard OrcaSlicer (v2.4.0-dev) with these **additional PRs from SoftFever/OrcaSlicer**
Standard OrcaSlicer (v2.4.0-alpha) with these **additional PRs from SoftFever/OrcaSlicer**
applied on top:
- **[PR #13372](https://github.com/SoftFever/OrcaSlicer/pull/13372)** — Moonraker Happy Hare AMS Sync Fix
@@ -35,12 +35,12 @@ upstream shifts the colors onto the wrong positions during filament sync.
Get the latest binaries from the [Releases page](https://gitea.it-drui.de/viewit/OrcaSlicer-KX/releases):
- **Linux:** `OrcaSlicer_Linux_V2.4.0-dev.AppImage``chmod +x` and run.
- **Windows:** `OrcaSlicer-Windows-x64.zip` — extract and run `OrcaSlicer.exe`.
- **Linux:** `OrcaSlicer_Linux_V2.4.0-alpha.AppImage``chmod +x` and run.
- **Windows:** `OrcaSlicer-Windows-x64.zip` — extract and run `orca-slicer.exe`.
Checksums in `SHA256SUMS.txt`. macOS is not provided here — build from upstream.
> ⚠ This is a **pre-release dev build** (OrcaSlicer 2.4.0-dev). Use at your own risk.
> ⚠ This is an **alpha build** (OrcaSlicer 2.4.0-alpha). Use at your own risk.
> For a stable release, use upstream OrcaSlicer.
---
@@ -68,13 +68,3 @@ binaries. If you need the exact source state used for a build, take upstream
OrcaSlicer at the build's commit and apply the listed PRs.
---
## Rebuild workflow
When upstream or one of the PRs changes:
1. In a clean OrcaSlicer checkout: rebase on `SoftFever/OrcaSlicer:main`,
cherry-pick or merge the three PR branches.
2. Build Linux AppImage and Windows ZIP.
3. New release tag `v<upstream-version>-kx<N>` (e.g. `v2.4.1-kx1`).
4. Re-upload assets with `SHA256SUMS.txt`.