mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-24 22:17:32 -07:00
FIX: fix the compiling issue
jira: no jira Change-Id: I864e16fb40a7735d25e5df667148de8bc4d3f120 (cherry picked from commit b08ed80f82ebf46a3ca6b130784553e0c4b0d278)
This commit is contained in:
parent
2fe654587b
commit
d4e3f443cd
1 changed files with 1 additions and 1 deletions
|
|
@ -1947,7 +1947,7 @@ std::map<int, DynamicPrintConfig> Sidebar::build_filament_ams_list(MachineObject
|
|||
if (obj->ams_support_virtual_tray) {
|
||||
int extruder = 0x10000;
|
||||
//for (auto &vt_tray : obj->vt_slot) {
|
||||
filament_ams_list.emplace(extruder + VIRTUAL_TRAY_ID, build_tray_config(vt_tray, "Ext"));
|
||||
filament_ams_list.emplace(extruder + VIRTUAL_TRAY_MAIN_ID, build_tray_config(vt_tray, "Ext"));
|
||||
extruder = 0;
|
||||
//}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue