mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-20 21:39:15 +08:00
FIX: 3mf specification: change namespace form slic3rpe to BambuStudio
Jira: XXXX Change-Id: Id705affc875ef23fdf2ac6d79f0cb0aafc4f7050
This commit is contained in:
parent
98927ef707
commit
3623df0129
@ -6106,7 +6106,7 @@ void PlateData::parse_filament_info(GCodeProcessorResult *result)
|
||||
std::stringstream stream;
|
||||
reset_stream(stream);
|
||||
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)
|
||||
stream << " xmlns:p=\"http://schemas.microsoft.com/3dmanufacturing/production/2015/06\" requiredextensions=\"p\"";
|
||||
stream << ">\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user