mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 02:44:25 +08:00
parent
1a281e99a6
commit
0d3b84b9d3
@ -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…
x
Reference in New Issue
Block a user