diff --git a/config.ini.example b/config.ini.example deleted file mode 100644 index 788e70c..0000000 --- a/config.ini.example +++ /dev/null @@ -1,60 +0,0 @@ -# KX-Bridge Konfigurationsdatei -# Kopiere diese Datei nach config.ini und trage deine Werte ein: -# cp config.ini.example config.ini -# -# Credentials mit extract_credentials.exe (Windows) oder -# extract_credentials (Linux) aus dem laufenden AnycubicSlicerNext auslesen. - -[connection] -# 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") -username = userXXXXXXXXXX -password = XXXXXXXXXXXXXXX - -# Geräte-ID (32-stelliger Hex-String, druckerspezifisch) -device_id = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx - -# Modell-ID (Kobra X Standard: 20030) -mode_id = 20030 - -[print] -# Standard-AMS-Slot für Einfarbdruck (auto = alle belegten Slots, 0-3 = fixer Slot) -default_ams_slot = auto - -# Auto-Leveling vor jedem Druck (1 = an, 0 = aus) -auto_leveling = 1 - -[bridge] -# Poll-Intervall in Sekunden -poll_interval = 3 - -[ace_dry_presets] -# Vordefinierte Dry-Set Presets (Temp in °C, Dauer in Sekunden) -pla_temp = 45 -pla_duration_sec = 14400 -pla_plus_temp = 45 -pla_plus_duration_sec = 14400 -petg_temp = 50 -petg_duration_sec = 14400 -tpu_temp = 55 -tpu_duration_sec = 14400 -abs_asa_temp = 45 -abs_asa_duration_sec = 28800 -pa_pc_temp = 55 -pa_pc_duration_sec = 43200 - -# Custom Presets (Name + Temp + Dauer) -custom_1_name = Custom 1 -custom_1_temp = 45 -custom_1_duration_sec = 14400 -custom_2_name = Custom 2 -custom_2_temp = 45 -custom_2_duration_sec = 14400 -custom_3_name = Custom 3 -custom_3_temp = 45 -custom_3_duration_sec = 14400