NEW:multi printer manager filtering O1D

jira:[STUDIO-10745]

Change-Id: I30dff6fe2e64b9079b6794d1c9da46358a6a97c3
This commit is contained in:
tao wang 2025-03-06 23:29:30 +08:00 committed by lane.wei
parent ccb70f415c
commit 8da9e674a2
1 changed files with 9 additions and 5 deletions

View File

@ -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) {