mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-17 11:47:54 -06:00
parent
1a281e99a6
commit
0d3b84b9d3
1 changed files with 2 additions and 1 deletions
|
@ -5494,7 +5494,8 @@ void PlateData::parse_filament_info(GCodeProcessorResult *result)
|
||||||
date = date.substr(0, 10);
|
date = date.substr(0, 10);
|
||||||
metadata_item_map[BBL_CREATION_DATE_TAG] = date;
|
metadata_item_map[BBL_CREATION_DATE_TAG] = date;
|
||||||
metadata_item_map[BBL_MODIFICATION_TAG] = date;
|
metadata_item_map[BBL_MODIFICATION_TAG] = date;
|
||||||
metadata_item_map[BBL_APPLICATION_TAG] = (boost::format("%1%-%2%") % SLIC3R_APP_KEY % SLIC3R_VERSION).str();
|
//SoftFever: write BambuStudio tag to keep it compatible
|
||||||
|
metadata_item_map[BBL_APPLICATION_TAG] = (boost::format("%1%-%2%") % "BambuStudio" % SLIC3R_VERSION).str();
|
||||||
}
|
}
|
||||||
metadata_item_map[BBS_3MF_VERSION] = std::to_string(VERSION_BBS_3MF);
|
metadata_item_map[BBS_3MF_VERSION] = std::to_string(VERSION_BBS_3MF);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue