This commit is contained in:
SoftFever
2023-08-09 13:06:58 +08:00
parent 480413c343
commit 5dcc0ee8f3
128 changed files with 692 additions and 2478 deletions

View File

@@ -1220,7 +1220,7 @@ ConfigSubstitutions ConfigBase::load_from_gcode_file(const std::string &file, Fo
bool has_delimiters = true;
{
//BBS
std::string bambuslicer_gcode_header = "; BambuStudio";
std::string bambuslicer_gcode_header = "; OrcaSlicer";
std::string orcaslicer_gcode_header = std::string("; generated by ");
orcaslicer_gcode_header += SLIC3R_APP_NAME;