mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
NEW: support calibrate option of printer
Change-Id: Iacc974d5cfec54789223f9ba298db21bea277d18 Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
@@ -506,7 +506,7 @@ void MonitorPanel::show_status(int status)
|
||||
return;
|
||||
last_status = status;
|
||||
|
||||
BOOST_LOG_TRIVIAL(trace) << "monitor: show_status = " << status;
|
||||
BOOST_LOG_TRIVIAL(info) << "monitor: show_status = " << status;
|
||||
|
||||
if (((status & (int) MonitorStatus::MONITOR_DISCONNECTED) != 0) || ((status & (int) MonitorStatus::MONITOR_DISCONNECTED_SERVER) != 0)) {
|
||||
if ((status & (int) MonitorStatus::MONITOR_DISCONNECTED_SERVER))
|
||||
|
||||
Reference in New Issue
Block a user