mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-27 01:58:36 -07:00
FIX: update the check logic
jira: [STUDIO-9715] Change-Id: I38fcc7fb45c34b2ff675807b7dcbcd1aaa20449c (cherry picked from commit 52cfb30119ff324b202ab768ff01cf883a24eaed)
This commit is contained in:
parent
b63e0ee556
commit
ae267aeca5
1 changed files with 1 additions and 1 deletions
|
|
@ -3896,7 +3896,7 @@ void StatusPanel::on_set_chamber_temp()
|
|||
m_tempCtrl_chamber->Warning(false);
|
||||
}
|
||||
|
||||
if (chamber_temp > obj->chamber_temp_switch_heat)
|
||||
if (chamber_temp >= obj->chamber_temp_switch_heat)
|
||||
{
|
||||
delete champer_switch_head_dlg;
|
||||
champer_switch_head_dlg = new MessageDialog(nullptr, _L("If the chamber temperature exceeds 40\u2103, the system will automatically switch to heating mode. Please confirm whether to switch."), wxEmptyString, wxICON_WARNING | wxOK | wxCANCEL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue