From 4f0213d2d7b1a9d3afd7586c467d2c71aa085eba Mon Sep 17 00:00:00 2001 From: Alys Andreollo <3528187+alysandreollo@users.noreply.github.com> Date: Sat, 6 Jun 2026 13:43:54 +0100 Subject: [PATCH] feat(profiles/Creality): SPARKX i7 to also use new CrealityPrint agent This updates the SPARKX i7 from a "regular" klipper printer to use the new CrealityPrinter agent, that talks to it's "supervisor" webserver instead, and can use the native Creality features: CFS, filament querying, filament remapping, etc... --- .../Creality/machine/Creality SPARKX i7 0.2 nozzle.json | 6 +++--- .../Creality/machine/Creality SPARKX i7 0.4 nozzle.json | 6 +++--- .../Creality/machine/Creality SPARKX i7 0.6 nozzle.json | 6 +++--- .../Creality/machine/Creality SPARKX i7 0.8 nozzle.json | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/resources/profiles/Creality/machine/Creality SPARKX i7 0.2 nozzle.json b/resources/profiles/Creality/machine/Creality SPARKX i7 0.2 nozzle.json index d27e926077..9e2825350a 100644 --- a/resources/profiles/Creality/machine/Creality SPARKX i7 0.2 nozzle.json +++ b/resources/profiles/Creality/machine/Creality SPARKX i7 0.2 nozzle.json @@ -32,7 +32,8 @@ "file_start_gcode": "; multicolor_method = 1\n", "gcode_flavor": "klipper", "high_current_on_filament_swap": "0", - "host_type": "octoprint", + "host_type": "crealityprint", + "printer_agent": "crealityprint", "machine_LED_light_exist": "1", "machine_end_gcode": "G1 E-0.8 F2400 ; retract\nG2 Z{position[2]+3} I0.86 J0.86 P1 F10000 ; spiral lift a little from second lift\nG92 E0 ; zero the extruder\n{if print_sequence == \"by object\"}\nG0 Z{max_layer_z + 1} F1800\n{endif}\nG1 X0 Y180 F8000\nEND_PRINT", "machine_load_filament_time": "30", @@ -69,8 +70,7 @@ "pellet_modded_printer": "0", "preferred_orientation": "0", "prime_tower_position_type": "Middle Upper", - "print_host": "http://10.10.1.39:4408/", - "print_host_webui": "http://10.10.1.39:4408/", + "print_host": "http://10.10.1.39", "printable_area": "0x0,260x0,260x260,0x260", "printable_height": "255", "printer_technology": "FFF", diff --git a/resources/profiles/Creality/machine/Creality SPARKX i7 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality SPARKX i7 0.4 nozzle.json index fbf911efaf..7f1b23f73e 100644 --- a/resources/profiles/Creality/machine/Creality SPARKX i7 0.4 nozzle.json +++ b/resources/profiles/Creality/machine/Creality SPARKX i7 0.4 nozzle.json @@ -32,7 +32,8 @@ "file_start_gcode": "; multicolor_method = 1\n", "gcode_flavor": "klipper", "high_current_on_filament_swap": "0", - "host_type": "octoprint", + "host_type": "crealityprint", + "printer_agent": "crealityprint", "machine_LED_light_exist": "1", "machine_end_gcode": "G1 E-0.8 F2400 ; retract\nG2 Z{position[2]+3} I0.86 J0.86 P1 F10000 ; spiral lift a little from second lift\nG92 E0 ; zero the extruder\n{if print_sequence == \"by object\"}\nG0 Z{max_layer_z + 1} F1800\n{endif}\nG1 X0 Y180 F8000\nEND_PRINT", "machine_load_filament_time": "30", @@ -69,8 +70,7 @@ "pellet_modded_printer": "0", "preferred_orientation": "0", "prime_tower_position_type": "Middle Upper", - "print_host": "http://10.10.1.39:4408/", - "print_host_webui": "http://10.10.1.39:4408/", + "print_host": "http://10.10.1.39", "printable_area": "0x0,260x0,260x260,0x260", "printable_height": "255", "printer_technology": "FFF", diff --git a/resources/profiles/Creality/machine/Creality SPARKX i7 0.6 nozzle.json b/resources/profiles/Creality/machine/Creality SPARKX i7 0.6 nozzle.json index 11c2564972..9c62698b54 100644 --- a/resources/profiles/Creality/machine/Creality SPARKX i7 0.6 nozzle.json +++ b/resources/profiles/Creality/machine/Creality SPARKX i7 0.6 nozzle.json @@ -32,7 +32,8 @@ "file_start_gcode": "; multicolor_method = 1\n", "gcode_flavor": "klipper", "high_current_on_filament_swap": "0", - "host_type": "octoprint", + "host_type": "crealityprint", + "printer_agent": "crealityprint", "machine_LED_light_exist": "1", "machine_end_gcode": "G1 E-0.8 F2400 ; retract\nG2 Z{position[2]+3} I0.86 J0.86 P1 F10000 ; spiral lift a little from second lift\nG92 E0 ; zero the extruder\n{if print_sequence == \"by object\"}\nG0 Z{max_layer_z + 1} F1800\n{endif}\nG1 X0 Y180 F8000\nEND_PRINT", "machine_load_filament_time": "30", @@ -69,8 +70,7 @@ "pellet_modded_printer": "0", "preferred_orientation": "0", "prime_tower_position_type": "Middle Upper", - "print_host": "http://10.10.1.39:4408/", - "print_host_webui": "http://10.10.1.39:4408/", + "print_host": "http://10.10.1.39", "printable_area": "0x0,260x0,260x260,0x260", "printable_height": "255", "printer_technology": "FFF", diff --git a/resources/profiles/Creality/machine/Creality SPARKX i7 0.8 nozzle.json b/resources/profiles/Creality/machine/Creality SPARKX i7 0.8 nozzle.json index 460e1eb607..4ed50082ea 100644 --- a/resources/profiles/Creality/machine/Creality SPARKX i7 0.8 nozzle.json +++ b/resources/profiles/Creality/machine/Creality SPARKX i7 0.8 nozzle.json @@ -32,7 +32,8 @@ "file_start_gcode": "; multicolor_method = 1\n", "gcode_flavor": "klipper", "high_current_on_filament_swap": "0", - "host_type": "octoprint", + "host_type": "crealityprint", + "printer_agent": "crealityprint", "machine_LED_light_exist": "1", "machine_end_gcode": "G1 E-0.8 F2400 ; retract\nG2 Z{position[2]+3} I0.86 J0.86 P1 F10000 ; spiral lift a little from second lift\nG92 E0 ; zero the extruder\n{if print_sequence == \"by object\"}\nG0 Z{max_layer_z + 1} F1800\n{endif}\nG1 X0 Y180 F8000\nEND_PRINT", "machine_load_filament_time": "30", @@ -69,8 +70,7 @@ "pellet_modded_printer": "0", "preferred_orientation": "0", "prime_tower_position_type": "Middle Upper", - "print_host": "http://10.10.1.39:4408/", - "print_host_webui": "http://10.10.1.39:4408/", + "print_host": "http://10.10.1.39", "printable_area": "0x0,260x0,260x260,0x260", "printable_height": "255", "printer_technology": "FFF",