mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
FIX: [STUDIO-2767] retry with remote tunnel when local failed
Change-Id: Id0172239d752508227729e81bee6c1a6ff4d3e9d
This commit is contained in:
parent
c142c8a31e
commit
d8517991e4
6 changed files with 38 additions and 16 deletions
|
@ -3488,10 +3488,14 @@ void StatusPanel::show_status(int status)
|
|||
show_printing_status(false, false);
|
||||
m_calibration_btn->Disable();
|
||||
m_options_btn->Disable();
|
||||
m_panel_monitoring_title->Disable();
|
||||
m_media_play_ctrl->Disable();
|
||||
} else if ((status & (int) MonitorStatus::MONITOR_NORMAL) != 0) {
|
||||
show_printing_status(true, true);
|
||||
m_calibration_btn->Disable();
|
||||
m_options_btn->Enable();
|
||||
m_panel_monitoring_title->Enable();
|
||||
m_media_play_ctrl->Enable();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue