mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
SLA support points are correctly appointed as user-modified
SLA gizmo point cache is reloaded when appropriate
This commit is contained in:
parent
c77d15c98b
commit
cbe96906eb
3 changed files with 25 additions and 22 deletions
|
@ -600,6 +600,7 @@ void AMFParserContext::endElement(const char * /* name */)
|
|||
break;
|
||||
p = end + 1;
|
||||
}
|
||||
m_object->sla_points_status = sla::PointsStatus::UserModified;
|
||||
}
|
||||
else if (m_path.size() == 5 && m_path[3] == NODE_TYPE_VOLUME && m_volume) {
|
||||
if (strcmp(opt_key, "modifier") == 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue