Drucker-Bestand korrigiert: X1C -> H2S

Real-Stand laut Herb: 2x P1S, 1x H2S, 1x A1 mini. X1C/P2S bleiben in
drucker_links als Default-Mapping fuer den Fall, dass die Modelle spaeter
dazukommen.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-29 19:53:34 +02:00
parent edf0c7aa8a
commit 3482356c13
4 changed files with 16 additions and 8 deletions

View File

@@ -10,6 +10,18 @@ MODELL_LINKS = {
"manual": "https://wiki.bambulab.com/en/p1",
"troubleshooting": "https://wiki.bambulab.com/en/p1/troubleshooting",
},
"H2S": {
# H2 Series — Bambu's neueres High-End-Modell. Wiki-URL pruefen und
# ggf. per Admin-UI per drucker.manual_url ueberschreiben, sobald
# Bambu seine Doku-Struktur stabilisiert hat.
"manual": "https://wiki.bambulab.com/en/h2s",
"troubleshooting": "https://wiki.bambulab.com/en/h2s/troubleshooting",
},
"A1 mini": {
"manual": "https://wiki.bambulab.com/en/a1-mini",
"troubleshooting": "https://wiki.bambulab.com/en/a1-mini/troubleshooting",
},
# Aelterer Bestand fuer den Fall, dass eines der Modelle dazukommt
"X1C": {
"manual": "https://wiki.bambulab.com/en/x1",
"troubleshooting": "https://wiki.bambulab.com/en/x1/troubleshooting",
@@ -18,10 +30,6 @@ MODELL_LINKS = {
"manual": "https://wiki.bambulab.com/de/p2s/manual/p2s-intro",
"troubleshooting": "https://wiki.bambulab.com/en/p2/troubleshooting",
},
"A1 mini": {
"manual": "https://wiki.bambulab.com/en/a1-mini",
"troubleshooting": "https://wiki.bambulab.com/en/a1-mini/troubleshooting",
},
}