ENH:add log
jira: none Change-Id: I3387f9e6939a52be63bc9582e5b0d0c76fe5c8e3
This commit is contained in:
parent
cab351837e
commit
48bda82e63
|
@ -1136,6 +1136,7 @@ bool Sidebar::priv::switch_diameter(bool single)
|
||||||
|
|
||||||
bool Sidebar::priv::sync_extruder_list(bool &only_external_material)
|
bool Sidebar::priv::sync_extruder_list(bool &only_external_material)
|
||||||
{
|
{
|
||||||
|
wxBusyCursor busy;
|
||||||
MachineObject *obj = wxGetApp().getDeviceManager()->get_selected_machine();
|
MachineObject *obj = wxGetApp().getDeviceManager()->get_selected_machine();
|
||||||
auto printer_name = plater->get_selected_printer_name_in_combox();
|
auto printer_name = plater->get_selected_printer_name_in_combox();
|
||||||
BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << __LINE__ << " begin sync_extruder_list";
|
BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << __LINE__ << " begin sync_extruder_list";
|
||||||
|
@ -3256,6 +3257,8 @@ void Sidebar::deal_btn_sync() {
|
||||||
auto ok = p->sync_extruder_list(only_external_material);
|
auto ok = p->sync_extruder_list(only_external_material);
|
||||||
if (ok) {
|
if (ok) {
|
||||||
pop_sync_nozzle_and_ams_dialog();
|
pop_sync_nozzle_and_ams_dialog();
|
||||||
|
} else {
|
||||||
|
BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << " check error: sync machine fail";
|
||||||
}
|
}
|
||||||
m_begin_sync_printer_status = false;
|
m_begin_sync_printer_status = false;
|
||||||
wxGetApp().plater()->update_machine_sync_status();
|
wxGetApp().plater()->update_machine_sync_status();
|
||||||
|
|
Loading…
Reference in New Issue