mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
NEW: support calibrate option of printer
Change-Id: Iacc974d5cfec54789223f9ba298db21bea277d18 Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
parent
3f4136157e
commit
cb5f5a26cf
4 changed files with 22 additions and 4 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue