Files
KX-Bridge-Release/.env.example
2026-05-01 11:24:08 +02:00

25 lines
709 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# KX-Bridge Verbindungsparameter
# Kopiere diese Datei nach .env und trage deine Werte ein:
# cp .env.example .env
# .env wird NICHT ins Repository committed.
#
# Credentials mit extract_credentials.exe (Windows) oder
# extract_credentials (Linux) aus dem laufenden AnycubicSlicerNext auslesen.
# IP-Adresse des Druckers im lokalen Netzwerk
PRINTER_IP=192.168.x.x
# MQTT-Port (Anycubic Kobra X Standard: 9883)
MQTT_PORT=9883
# MQTT-Zugangsdaten (druckerspezifisch, beginnt mit "user")
MQTT_USERNAME=userXXXXXXXXXX
MQTT_PASSWORD=XXXXXXXXXXXXXXX
# Geräte-ID (32-stelliger Hex-String, druckerspezifisch)
DEVICE_ID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Modell-ID (Kobra X Standard: 20030)
MODE_ID=20030