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...
This commit is contained in:
Alys Andreollo
2026-06-06 13:43:54 +01:00
committed by grant0013
parent ea413f0787
commit 8436260e9c
4 changed files with 12 additions and 12 deletions

View File

@@ -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",

View File

@@ -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",

View File

@@ -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",

View File

@@ -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",