mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-01 05:40:49 -07:00
NEW:change mapping popup layout for multi nozzles.
jira:[Popup for multi nozzles] Change-Id: I07e6d8f0469d2dcf0037d53e2ca8e22de78ca233 (cherry picked from commit 0924fce6858654c331eafcb91e43252f62e703bf)
This commit is contained in:
parent
22ce2ebc9a
commit
8a491cd55a
4 changed files with 154 additions and 45 deletions
|
|
@ -918,11 +918,11 @@ int MachineObject::ams_filament_mapping(std::vector<FilamentInfo> filaments, std
|
|||
{
|
||||
tray_filaments.emplace(std::make_pair(tray_index, info));
|
||||
}
|
||||
else if (ams->second->nozzle == 0 && ext_first)
|
||||
else if (ams->second->nozzle == 0 && ext_second)
|
||||
{
|
||||
tray_filaments.emplace(std::make_pair(tray_index, info));
|
||||
}
|
||||
else if (ams->second->nozzle == 1 && ext_second)
|
||||
else if (ams->second->nozzle == 1 && ext_first)
|
||||
{
|
||||
tray_filaments.emplace(std::make_pair(tray_index, info));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue