NEW:multi printer manager filtering O1D

jira:[STUDIO-10745]

Change-Id: I30dff6fe2e64b9079b6794d1c9da46358a6a97c3
(cherry picked from commit 8da9e674a24da46bda998e72061e43b8d21a1ff7)
This commit is contained in:
tao wang
2025-03-06 23:29:30 +08:00
committed by Noisyfox
parent c491d51509
commit 965b5b31cc

View File

@@ -423,6 +423,10 @@ void MultiMachinePickPage::refresh_user_device()
std::vector<std::string> subscribe_list; std::vector<std::string> subscribe_list;
for (auto it = user_machine.begin(); it != user_machine.end(); ++it) { 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); DevicePickItem* di = new DevicePickItem(scroll_macine_list, it->second);
di->Bind(EVT_MULTI_DEVICE_SELECTED_FINHSH, [this, di](auto& e) { di->Bind(EVT_MULTI_DEVICE_SELECTED_FINHSH, [this, di](auto& e) {