From 043a9f36d54252358a274ae685e6b1a117b88482 Mon Sep 17 00:00:00 2001 From: Bhall338 <23674868+brandonfhall@users.noreply.github.com> Date: Sun, 10 May 2026 03:09:57 -0400 Subject: [PATCH] Fix K2 family chamber temperature control defaults (#13399) K2 family printers set support_chamber_temp_control to true Co-authored-by: Copilot --- resources/profiles/Creality/machine/Creality K2 0.2 nozzle.json | 2 +- resources/profiles/Creality/machine/Creality K2 0.4 nozzle.json | 2 +- resources/profiles/Creality/machine/Creality K2 0.6 nozzle.json | 2 +- resources/profiles/Creality/machine/Creality K2 0.8 nozzle.json | 2 +- .../profiles/Creality/machine/Creality K2 Plus 0.2 nozzle.json | 1 + .../profiles/Creality/machine/Creality K2 Plus 0.4 nozzle.json | 1 + .../profiles/Creality/machine/Creality K2 Plus 0.6 nozzle.json | 1 + .../profiles/Creality/machine/Creality K2 Plus 0.8 nozzle.json | 1 + .../profiles/Creality/machine/Creality K2 Pro 0.2 nozzle.json | 1 + .../profiles/Creality/machine/Creality K2 Pro 0.4 nozzle.json | 1 + .../profiles/Creality/machine/Creality K2 Pro 0.6 nozzle.json | 1 + .../profiles/Creality/machine/Creality K2 Pro 0.8 nozzle.json | 1 + 12 files changed, 12 insertions(+), 4 deletions(-) diff --git a/resources/profiles/Creality/machine/Creality K2 0.2 nozzle.json b/resources/profiles/Creality/machine/Creality K2 0.2 nozzle.json index fd27ee8aa0..4cb1df1038 100644 --- a/resources/profiles/Creality/machine/Creality K2 0.2 nozzle.json +++ b/resources/profiles/Creality/machine/Creality K2 0.2 nozzle.json @@ -108,7 +108,7 @@ "silent_mode": "0", "single_extruder_multi_material": "1", "support_air_filtration": "1", - "support_chamber_temp_control": "0", + "support_chamber_temp_control": "1", "support_multi_bed_types": "1", "thumbnails": [ "300x300", diff --git a/resources/profiles/Creality/machine/Creality K2 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality K2 0.4 nozzle.json index d7b48c2e2a..ace8b15990 100644 --- a/resources/profiles/Creality/machine/Creality K2 0.4 nozzle.json +++ b/resources/profiles/Creality/machine/Creality K2 0.4 nozzle.json @@ -108,7 +108,7 @@ "silent_mode": "0", "single_extruder_multi_material": "1", "support_air_filtration": "1", - "support_chamber_temp_control": "0", + "support_chamber_temp_control": "1", "support_multi_bed_types": "1", "thumbnails": [ "300x300", diff --git a/resources/profiles/Creality/machine/Creality K2 0.6 nozzle.json b/resources/profiles/Creality/machine/Creality K2 0.6 nozzle.json index 794243cf2c..d325dbcf52 100644 --- a/resources/profiles/Creality/machine/Creality K2 0.6 nozzle.json +++ b/resources/profiles/Creality/machine/Creality K2 0.6 nozzle.json @@ -108,7 +108,7 @@ "silent_mode": "0", "single_extruder_multi_material": "1", "support_air_filtration": "1", - "support_chamber_temp_control": "0", + "support_chamber_temp_control": "1", "support_multi_bed_types": "1", "thumbnails": [ "300x300", diff --git a/resources/profiles/Creality/machine/Creality K2 0.8 nozzle.json b/resources/profiles/Creality/machine/Creality K2 0.8 nozzle.json index 3e565c6631..8b5f55c395 100644 --- a/resources/profiles/Creality/machine/Creality K2 0.8 nozzle.json +++ b/resources/profiles/Creality/machine/Creality K2 0.8 nozzle.json @@ -108,7 +108,7 @@ "silent_mode": "0", "single_extruder_multi_material": "1", "support_air_filtration": "1", - "support_chamber_temp_control": "0", + "support_chamber_temp_control": "1", "support_multi_bed_types": "1", "thumbnails": [ "300x300", diff --git a/resources/profiles/Creality/machine/Creality K2 Plus 0.2 nozzle.json b/resources/profiles/Creality/machine/Creality K2 Plus 0.2 nozzle.json index d7b53e3f10..7e476f5430 100644 --- a/resources/profiles/Creality/machine/Creality K2 Plus 0.2 nozzle.json +++ b/resources/profiles/Creality/machine/Creality K2 Plus 0.2 nozzle.json @@ -23,6 +23,7 @@ "nozzle_volume": "183", "auxiliary_fan": "1", "support_air_filtration": "1", + "support_chamber_temp_control": "1", "support_multi_bed_types": "1", "machine_max_acceleration_e": [ "5000", diff --git a/resources/profiles/Creality/machine/Creality K2 Plus 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality K2 Plus 0.4 nozzle.json index 8dcf873058..2a5d6523aa 100644 --- a/resources/profiles/Creality/machine/Creality K2 Plus 0.4 nozzle.json +++ b/resources/profiles/Creality/machine/Creality K2 Plus 0.4 nozzle.json @@ -23,6 +23,7 @@ "nozzle_volume": "183", "auxiliary_fan": "1", "support_air_filtration": "1", + "support_chamber_temp_control": "1", "support_multi_bed_types": "1", "machine_max_acceleration_e": [ "5000", diff --git a/resources/profiles/Creality/machine/Creality K2 Plus 0.6 nozzle.json b/resources/profiles/Creality/machine/Creality K2 Plus 0.6 nozzle.json index 95711bfb5c..1727eaf930 100644 --- a/resources/profiles/Creality/machine/Creality K2 Plus 0.6 nozzle.json +++ b/resources/profiles/Creality/machine/Creality K2 Plus 0.6 nozzle.json @@ -23,6 +23,7 @@ "nozzle_volume": "183", "auxiliary_fan": "1", "support_air_filtration": "1", + "support_chamber_temp_control": "1", "support_multi_bed_types": "1", "machine_max_acceleration_e": [ "5000", diff --git a/resources/profiles/Creality/machine/Creality K2 Plus 0.8 nozzle.json b/resources/profiles/Creality/machine/Creality K2 Plus 0.8 nozzle.json index 8706fe31da..8f3226d4dc 100644 --- a/resources/profiles/Creality/machine/Creality K2 Plus 0.8 nozzle.json +++ b/resources/profiles/Creality/machine/Creality K2 Plus 0.8 nozzle.json @@ -23,6 +23,7 @@ "nozzle_volume": "183", "auxiliary_fan": "1", "support_air_filtration": "1", + "support_chamber_temp_control": "1", "support_multi_bed_types": "1", "machine_max_acceleration_e": [ "5000", diff --git a/resources/profiles/Creality/machine/Creality K2 Pro 0.2 nozzle.json b/resources/profiles/Creality/machine/Creality K2 Pro 0.2 nozzle.json index 5de2a29548..4433c94b23 100644 --- a/resources/profiles/Creality/machine/Creality K2 Pro 0.2 nozzle.json +++ b/resources/profiles/Creality/machine/Creality K2 Pro 0.2 nozzle.json @@ -23,6 +23,7 @@ "nozzle_volume": "183", "auxiliary_fan": "1", "support_air_filtration": "1", + "support_chamber_temp_control": "1", "support_multi_bed_types": "1", "machine_max_acceleration_e": [ "5000", diff --git a/resources/profiles/Creality/machine/Creality K2 Pro 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality K2 Pro 0.4 nozzle.json index 024d8616df..5b73723255 100644 --- a/resources/profiles/Creality/machine/Creality K2 Pro 0.4 nozzle.json +++ b/resources/profiles/Creality/machine/Creality K2 Pro 0.4 nozzle.json @@ -23,6 +23,7 @@ "nozzle_volume": "183", "auxiliary_fan": "1", "support_air_filtration": "1", + "support_chamber_temp_control": "1", "support_multi_bed_types": "1", "machine_max_acceleration_e": [ "5000", diff --git a/resources/profiles/Creality/machine/Creality K2 Pro 0.6 nozzle.json b/resources/profiles/Creality/machine/Creality K2 Pro 0.6 nozzle.json index e26fb461c2..4a9a1e2f24 100644 --- a/resources/profiles/Creality/machine/Creality K2 Pro 0.6 nozzle.json +++ b/resources/profiles/Creality/machine/Creality K2 Pro 0.6 nozzle.json @@ -23,6 +23,7 @@ "nozzle_volume": "183", "auxiliary_fan": "1", "support_air_filtration": "1", + "support_chamber_temp_control": "1", "support_multi_bed_types": "1", "machine_max_acceleration_e": [ "5000", diff --git a/resources/profiles/Creality/machine/Creality K2 Pro 0.8 nozzle.json b/resources/profiles/Creality/machine/Creality K2 Pro 0.8 nozzle.json index b5d45d3b04..9db92a3cc6 100644 --- a/resources/profiles/Creality/machine/Creality K2 Pro 0.8 nozzle.json +++ b/resources/profiles/Creality/machine/Creality K2 Pro 0.8 nozzle.json @@ -23,6 +23,7 @@ "nozzle_volume": "183", "auxiliary_fan": "1", "support_air_filtration": "1", + "support_chamber_temp_control": "1", "support_multi_bed_types": "1", "machine_max_acceleration_e": [ "5000",