mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-23 21:05:31 -07:00
Fix external spool filament settings
This commit is contained in:
parent
1c58c933e2
commit
795945376c
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue