mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-22 10:22:08 +00:00
FIX:add "check_empty_project" api
jira: none Change-Id: Ic0b0b558c8786749b1ac036b87dc08519002b17f (cherry picked from commit 93d0c59ed0692b7cfa3a7684e5d18f3157d6f0e7)
This commit is contained in:
@@ -2867,6 +2867,7 @@ void Sidebar::sync_ams_list(bool is_from_big_sync_btn)
|
||||
return;
|
||||
auto sync_result = m_sync_dlg->get_result();
|
||||
if (!sync_result.is_same_printer) {
|
||||
BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << "check error: sync_result.is_same_printer value is false";
|
||||
return;
|
||||
}
|
||||
list2.resize(list.size());
|
||||
|
||||
Reference in New Issue
Block a user