mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
NEW:multi printer manager filtering O1D
jira:[STUDIO-10745] Change-Id: I30dff6fe2e64b9079b6794d1c9da46358a6a97c3 (cherry picked from commit 8da9e674a24da46bda998e72061e43b8d21a1ff7)
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user