ENH:updaite the target temperature for chamber

jira:[new]

Change-Id: Ifb16608b1de807bcecd58fbff9f64dea905c0b26
This commit is contained in:
tao wang 2023-09-06 21:18:12 +08:00 committed by Lane.Wei
parent bf3974f6d0
commit cd6dd8343b
1 changed files with 1 additions and 2 deletions

View File

@ -1854,8 +1854,7 @@ void StatusPanel::update(MachineObject *obj)
m_tempCtrl_chamber->Enable(); m_tempCtrl_chamber->Enable();
} else { } else {
m_tempCtrl_chamber->SetReadOnly(true); m_tempCtrl_chamber->SetReadOnly(true);
m_tempCtrl_chamber->SetLabel(TEMP_BLANK_STR); m_tempCtrl_chamber->SetTagTemp(TEMP_BLANK_STR);
m_tempCtrl_chamber->GetTextCtrl()->SetValue(TEMP_BLANK_STR);
m_tempCtrl_chamber->Disable(); m_tempCtrl_chamber->Disable();
} }