mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 15:07:31 -06:00
ENH:update chamber temperature display rules
jira:[STUDIO-4485] Change-Id: Id50faad48a488ab6e31fef0ab0448708356867f7
This commit is contained in:
parent
1d761c4a03
commit
fd8672f063
1 changed files with 9 additions and 1 deletions
|
@ -1925,7 +1925,15 @@ void StatusPanel::update(MachineObject *obj)
|
|||
m_tempCtrl_chamber->Enable();
|
||||
} else {
|
||||
m_tempCtrl_chamber->SetReadOnly(true);
|
||||
m_tempCtrl_chamber->SetTagTemp(TEMP_BLANK_STR);
|
||||
|
||||
if (obj->get_printer_series() == PrinterSeries::SERIES_X1) {
|
||||
m_tempCtrl_chamber->SetTagTemp(TEMP_BLANK_STR);
|
||||
}if (obj->get_printer_series() == PrinterSeries::SERIES_P1P)
|
||||
{
|
||||
m_tempCtrl_chamber->SetLabel(TEMP_BLANK_STR);
|
||||
m_tempCtrl_chamber->GetTextCtrl()->SetValue(TEMP_BLANK_STR);
|
||||
}
|
||||
|
||||
m_tempCtrl_chamber->Disable();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue