NEW:multi printer manager filtering O1D
jira:[STUDIO-10745] Change-Id: I30dff6fe2e64b9079b6794d1c9da46358a6a97c3
This commit is contained in:
parent
ccb70f415c
commit
8da9e674a2
|
@ -426,6 +426,10 @@ void MultiMachinePickPage::refresh_user_device()
|
|||
std::vector<std::string> subscribe_list;
|
||||
|
||||
for (auto it = user_machine.begin(); it != user_machine.end(); ++it) {
|
||||
if (it->second->m_extder_data.total_extder_count > 1) {
|
||||
continue;
|
||||
}
|
||||
|
||||
DevicePickItem* di = new DevicePickItem(scroll_macine_list, it->second);
|
||||
|
||||
di->Bind(EVT_MULTI_DEVICE_SELECTED_FINHSH, [this, di](auto& e) {
|
||||
|
|
Loading…
Reference in New Issue