Fix an issue that OrcaSlicer can't open previously generated gcode/.3mf file #712 #958

This commit is contained in:
SoftFever
2023-05-06 20:13:58 +08:00
parent 840ce29a4c
commit 7a9d99f16d
3 changed files with 4 additions and 4 deletions

View File

@@ -839,6 +839,7 @@ const std::vector<std::pair<GCodeProcessor::EProducer, std::string>> GCodeProces
//BBS: OrcaSlicer is also "bambu". Otherwise the time estimation didn't work.
//FIXME: Workaround and should be handled when do removing-bambu
{ EProducer::BambuStudio, SLIC3R_APP_NAME },
{ EProducer::BambuStudio, "generated by OrcaSlicer" },
{ EProducer::BambuStudio, "generated by BambuStudio" },
{ EProducer::BambuStudio, "BambuStudio" }
//{ EProducer::Slic3rPE, "generated by Slic3r Bambu Edition" },