From d3f3763181291a870528a791570197b456065a85 Mon Sep 17 00:00:00 2001 From: viewit Date: Sat, 6 Jun 2026 23:53:33 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20Emojis=20aus=20Headings=20entfernt=20f?= =?UTF-8?q?=C3=BCr=20stabile=20Anchors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 50b806d..dcca3b1 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ officially tested or supported. Feedback welcome. --- -## ✨ Features +## Features | | | |---|---| @@ -50,7 +50,7 @@ officially tested or supported. Feedback welcome. --- -## 🚀 Quick Start +## Quick Start ### 1. Prepare the printer @@ -130,13 +130,13 @@ Printer → Connection type **Moonraker** → Host: `http://BRIDGE-IP:7125` --- -## 📺 Video Tutorial +## Video Tutorial [![KX-Bridge Setup & Usage](https://img.youtube.com/vi/1Ql4wfH27fM/hqdefault.jpg)](https://www.youtube.com/watch?v=1Ql4wfH27fM) --- -## 🎨 Recommended Slicer +## Recommended Slicer For proper AMS filament-sync we ship a **patched OrcaSlicer build**: @@ -155,7 +155,7 @@ For proper AMS filament-sync we ship a **patched OrcaSlicer build**: - Vendor match when `tray_info_idx` is set but its preset is incompatible - Two-pass lookup: first compatible presets, then all visible ones -**Why this matters:** without #13719 the AMS slots in OrcaSlicer all fall back to `Generic PLA` / `Generic PETG` even though the bridge already sends the concrete brand (`name + vendor_name + gate_filament_name`). With the KX build OrcaSlicer matches your actual user presets — including profiles you imported into the bridge via the [Import your own OrcaSlicer profiles](#-features) flow. +**Why this matters:** without #13719 the AMS slots in OrcaSlicer all fall back to `Generic PLA` / `Generic PETG` even though the bridge already sends the concrete brand (`name + vendor_name + gate_filament_name`). With the KX build OrcaSlicer matches your actual user presets — including profiles you imported into the bridge via the [Import your own OrcaSlicer profiles](#features) flow. Stock upstream OrcaSlicer still works for slicing and printing — you just lose the per-slot brand matching on AMS sync. Slot material + colour can still be pushed bridge → printer either way (that goes over MQTT, not via the slicer). @@ -163,7 +163,7 @@ OrcaSlicer-KX is a build of [OrcaSlicer](https://github.com/SoftFever/OrcaSlicer --- -## 🏠 Community & Integrations +## Community & Integrations - **[Home Assistant integration](https://github.com/gangoke/kobrax-lan-hass-component)** by [@gangoke](https://github.com/gangoke) — exposes sensors, print controls, @@ -180,7 +180,7 @@ OrcaSlicer-KX is a build of [OrcaSlicer](https://github.com/SoftFever/OrcaSlicer --- -## 🔧 Getting credentials manually +## Getting credentials manually Normally not needed — *"+ Add printer"* does this automatically. If you do need it: @@ -197,7 +197,7 @@ Alternatively (if the IP is unknown): open AnycubicSlicerNext, connect the print --- -## ⚙️ Useful commands +## Useful commands ```bash docker compose logs -f # show logs @@ -208,7 +208,7 @@ docker compose up -d --build # rebuild locally (instead of pulling) --- -## 🩹 Troubleshooting +## Troubleshooting
"Wrong MQTT credentials" on start @@ -242,7 +242,7 @@ Migration runs automatically on first start after the upgrade — no action requ --- -## 🔒 Security +## Security - The bridge is reachable on the local network at `http://:7125` — **do not** expose it to the internet - `config/config.ini` contains printer credentials — do not share publicly @@ -250,7 +250,7 @@ Migration runs automatically on first start after the upgrade — no action requ --- -## 📄 License +## License [![License: GPL v3](https://img.shields.io/badge/License-GPL_v3-blue.svg)](LICENSE)