mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
FIX:delete no use code
jira: STUDIO-11059 Change-Id: Ief3e45f4e6cc079c60161b9b9a55b2152013b70e (cherry picked from commit ab26fb71a50c930c4c3945f91d275dbe78ea8c5c)
This commit is contained in:
@@ -1149,11 +1149,11 @@ int MachineObject::ams_filament_mapping(
|
||||
return 0;
|
||||
}
|
||||
|
||||
for (auto it = result.begin(); it != result.end(); it++) {
|
||||
/* for (auto it = result.begin(); it != result.end(); it++) {//This code has never been effective before 2025.03.18
|
||||
if (it->distance >= 6000) {
|
||||
it->tray_id = -1;
|
||||
}
|
||||
}
|
||||
}*/
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user