Walter Almada B 406681b94b fix(macos): stable local codesign to stop repeated permission prompts
Local arm64 builds are only ad-hoc/linker-signed, so macOS identifies the
app by its cdhash. That hash changes on every rebuild, invalidating TCC
(folder access) grants and Keychain ACLs, so macOS re-prompts for folder
access and the keychain password on every launch/redeploy.

Add scripts/macos_codesign_local.sh: creates a stable, machine-local,
self-signed code-signing identity in the user's login keychain (idempotent,
no admin password) and re-signs the app top-level. The Designated Requirement
becomes certificate-based ("... and certificate leaf = H\"...\"") instead of
cdhash, so it is identical across rebuilds and permissions granted once
persist. Document the workflow in BUILD_MAC_KX.md.

The certificate/private key are per-machine and never leave the login
keychain; only the script is shared.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-04 10:50:20 -07:00
2025-11-23 20:47:07 +08:00
2026-06-26 11:56:44 +08:00
2024-12-12 22:21:17 +08:00
2025-08-22 20:02:26 +08:00
2026-05-16 22:22:06 +08:00
2026-06-14 18:35:56 +08:00
2026-03-19 23:17:03 +08:00
2023-08-20 20:02:54 +08:00

OrcaSlicer-KX

OrcaSlicer mit KX-Bridge-Patches für den Anycubic Kobra X

Fertige Binaries von OrcaSlicer mit integrierten KX-spezifischen Erweiterungen — empfohlen für den Einsatz mit KX-Bridge.

Download


Download

Aktuelle Version: 2.4.1-kx1 (Basis: OrcaSlicer 2.4.1 stable)

Plattform Datei Hinweis
Linux x86_64 OrcaSlicer-KX-Linux-x86_64.AppImage chmod +x setzen, dann starten
Windows x86_64 OrcaSlicer-KX-Windows-x86_64.zip Entpacken, orca-slicer.exe starten

macOS wird nicht bereitgestellt — bitte aus dem Upstream selbst bauen.


Enthaltene Patches

  • Moonraker-Bridge: mehrstufiges Filament-Matching (Name, Sub-Brand, Vendor-Fallback) mit Vendor-Filter-Skip
  • AMS-Leerslot-Fix: leere AMS-Slots werden korrekt grau dargestellt (kein Absturz / falsches Filament)
  • Filament-ID: eindeutige filament_id für abgeleitete User-Presets (korrekte Bridge-Synchronisation)
  • Kobra X Profile: Drucker- und G-Code-Profile für den Anycubic Kobra X

Filament-Presets & KX-Bridge

📄 Anleitung: eigene Filament-Presets erstellen, prüfen und importieren


Branch-Struktur

Branch Version Rolle
stable / kx-v2.4 2.4.1-kx1 aktuell stabil
kx-v2.3 2.3.2-kx4 eingefroren (Altstand)

Warum ein eigenes Repo?

KX-Bridge selbst liegt unter viewit/KX-Bridge-Release. OrcaSlicer steht unter AGPL-3.0 — ein separates Repo hält Lizenzen, Quellherkunft und Update-Zyklen sauber getrennt.


Lizenz & Quelle

Diese Builds sind Ableitungen von OrcaSlicer, lizenziert unter GNU AGPL-3.0. Der KX-Patch-Quellcode liegt auf Branch kx-v2.4 dieses Repos.

Description
OrcaSlicer builds with extra Anycubic Kobra X patches (AGPL-3.0, based on SoftFever/OrcaSlicer)
Readme 994 MiB
2026-07-20 13:14:45 +00:00
Languages
C++ 80.5%
C 10.6%
JavaScript 5.2%
HTML 1.7%
CMake 0.7%
Other 0.8%