mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 03:07:55 -06:00
FIX: add log for cali
Jira: XXXX Change-Id: I4ba755e4700122bd331f8d95ec4b1a09f4b7b5f9 (cherry picked from commit ce2786ffe53aec1a6df1a33e50ec07572da5ad44)
This commit is contained in:
parent
5010994d88
commit
abca2007ab
3 changed files with 44 additions and 11 deletions
|
@ -154,6 +154,7 @@ void CalibrationWizard::on_device_connected(MachineObject* obj)
|
|||
BOOST_LOG_TRIVIAL(info) << "on_device_connected - machine object status:"
|
||||
<< " dev_id = " << obj->dev_id
|
||||
<< ", print_type = " << obj->printer_type
|
||||
<< ", printer_status = " << obj->print_status
|
||||
<< ", cali_finished = " << obj->cali_finished
|
||||
<< ", cali_version = " << obj->cali_version
|
||||
<< ", cache_flow_ratio = " << obj->cache_flow_ratio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue