Fix external spool filament settings

This commit is contained in:
Noisyfox 2025-05-14 21:26:18 +08:00
parent 1c58c933e2
commit 795945376c

View file

@ -1910,6 +1910,7 @@ int MachineObject::command_ams_filament_settings(int ams_id, int slot_id, std::s
if (tag_ams_id == VIRTUAL_TRAY_ID) {
tag_tray_id = VIRTUAL_TRAY_ID;
tag_ams_id = 255; // TODO: Orca hack
} else {
tag_tray_id = tag_slot_id;
}