FIX: 3mf specification: change namespace form slic3rpe to BambuStudio
Jira: XXXX Change-Id: Id705affc875ef23fdf2ac6d79f0cb0aafc4f7050
This commit is contained in:
parent
aa0512f30d
commit
4f1e048a83
|
@ -6109,7 +6109,7 @@ void PlateData::parse_filament_info(GCodeProcessorResult *result)
|
||||||
std::stringstream stream;
|
std::stringstream stream;
|
||||||
reset_stream(stream);
|
reset_stream(stream);
|
||||||
stream << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
|
stream << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
|
||||||
stream << "<" << MODEL_TAG << " unit=\"millimeter\" xml:lang=\"en-US\" xmlns=\"http://schemas.microsoft.com/3dmanufacturing/core/2015/02\" xmlns:slic3rpe=\"http://schemas.slic3r.org/3mf/2017/06\"";
|
stream << "<" << MODEL_TAG << " unit=\"millimeter\" xml:lang=\"en-US\" xmlns=\"http://schemas.microsoft.com/3dmanufacturing/core/2015/02\" xmlns:BambuStudio=\"http://schemas.bambulab.com/package/2021\"";
|
||||||
if (m_production_ext)
|
if (m_production_ext)
|
||||||
stream << " xmlns:p=\"http://schemas.microsoft.com/3dmanufacturing/production/2015/06\" requiredextensions=\"p\"";
|
stream << " xmlns:p=\"http://schemas.microsoft.com/3dmanufacturing/production/2015/06\" requiredextensions=\"p\"";
|
||||||
stream << ">\n";
|
stream << ">\n";
|
||||||
|
|
Loading…
Reference in New Issue