change 'OrcaSlicer' to 'Snapmaker Orca' (#88)

* change 'OrcaSlicer' to 'Snapmaker Orca'

* Fix Orca Multi-Language

* Update 1227
This commit is contained in:
xiaoyeliu
2025-12-27 18:28:06 +08:00
committed by GitHub
parent e14b22c1df
commit 9ade3620b0
42 changed files with 115537 additions and 180108 deletions

View File

@@ -286,7 +286,7 @@ AboutDialog::AboutDialog()
// SM Beta
text_list.push_back(_L("Note: The firmware version of SnapmakerU1 should be no less than") + " " + std::string(MIN_FIRM_VER));
text_list.push_back(_L("Snapmaker Orca beta is forked from Orca Slicer by SoftFever."));
text_list.push_back(_L("Snapmaker Orca is forked from Orca Slicer by SoftFever."));
text_list.push_back(_L("OrcaSlicer is forked from Bambu Studio by Bambu Lab."));
text_list.push_back(_L("Bambu Studio is forked from PrusaSlicer by Prusa Research, which is from Slic3r by Alessandro Ranellucci and the RepRap community. Orca Slicer incorporates a lot of features from SuperSlicer by @supermerill."));
text_list.push_back(_L("Snapmaker Orca integrates some features from the 3D printing open-source community, with specific attributions provided in the code comments."));