mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-22 20:42:34 -07:00
ENH:Add a network disconnection state to the sending module
jira:[STUDIO-11839] Change-Id: I87d68f87a2fcb87110c20faa589b863c6cc34ce5 (cherry picked from commit d5be32428a3107e311a76edd254972a04b2061cb)
This commit is contained in:
parent
71ae1c6118
commit
760eb890bb
2 changed files with 17 additions and 9 deletions
|
|
@ -1731,7 +1731,7 @@ void SelectMachineDialog::show_status(PrintDialogStatus status, std::vector<wxSt
|
|||
} else if (status == PrintStatusTPUUnsupportAutoCali) {
|
||||
Enable_Refresh_Button(true);
|
||||
Enable_Send_Button(false);
|
||||
} else if (status == PrintStatusHasFilamentInBlackListError) { //this war
|
||||
} else if (status == PrintStatusHasFilamentInBlackListError) {
|
||||
Enable_Refresh_Button(true);
|
||||
Enable_Send_Button(false);
|
||||
} else if (status == PrintStatusWarningKvalueNotUsed) {
|
||||
|
|
@ -3561,7 +3561,7 @@ void SelectMachineDialog::update_show_status(MachineObject* obj_)
|
|||
try
|
||||
{
|
||||
int chamber_temp = chamber_temperatures->values[item.id];
|
||||
if (chamber_temp >= obj_->chamber_temp_switch_heat) {// check close door
|
||||
if (chamber_temp >= obj_->chamber_temp_switch_heat) {// check close door
|
||||
show_status(PrintDialogStatus::PrintStatusFilamentWarningHighChamberTempCloseDoor);
|
||||
if (PrePrintChecker::is_error(PrintDialogStatus::PrintStatusFilamentWarningHighChamberTempCloseDoor)) { return; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue