FIX: check close chamber temperature

JIRA: [STUDIO-13676]
Change-Id: I5c2712ade24d20d361d00a0b763dd16479aa5fb1
(cherry picked from commit 7ac3c82fbaf0337351d41f5d65c2ae088f755744)
This commit is contained in:
xin.zhang
2025-10-28 15:29:47 +08:00
committed by Noisyfox
parent 21cfc7edeb
commit 2626a6bc3b
16 changed files with 58 additions and 13 deletions
+1
View File
@@ -18,6 +18,7 @@ void DevConfig::ParseConfig(const json& print_json)
void DevConfig::ParseChamberConfig(const json& print_json)
{
DevJsonValParser::ParseVal(print_json, "support_chamber", m_has_chamber);
DevJsonValParser::ParseVal(print_json, "support_chamber_temp_edit", m_support_chamber_edit);
if (m_support_chamber_edit)
{