mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-05 14:27:42 -07:00
FIX: update the nozzle info
JIRA: [STUDIO-13764] Change-Id: I2c93de86ee3cbe42236dcc1b7dd4ecc8bcd8744f (cherry picked from commit 0d04ab3856fe19985ba06d0054f57e1fe9efded3)
This commit is contained in:
parent
b42afde4d0
commit
ae3b35d195
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ void DevNozzleSystemParser::ParseV1_0(const nlohmann::json& nozzletype_json,
|
|||
}
|
||||
}
|
||||
|
||||
system->m_nozzles.emplace(0, nozzle);
|
||||
system->m_nozzles[nozzle.m_nozzle_id] = nozzle;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue