Merge: Snapmaker Orca 2.1.2

This commit is contained in:
xiaoyeliu
2025-11-17 10:04:25 +08:00
parent 737948be1f
commit e89263e51a
1147 changed files with 668188 additions and 15290 deletions

View File

@@ -246,11 +246,11 @@ if [[ -n "${BUILD_ORCA}" ]] ; then
else
cmake --build build --config Release --target OrcaSlicer
fi
echo "Building OrcaSlicer_profile_validator .."
echo "Building Snapmaker_Orca_profile_validator .."
if [[ -n "${BUILD_DEBUG}" ]] ; then
cmake --build build --config Debug --target OrcaSlicer_profile_validator
cmake --build build --config Debug --target Snapmaker_Orca_profile_validator
else
cmake --build build --config Release --target OrcaSlicer_profile_validator
cmake --build build --config Release --target Snapmaker_Orca_profile_validator
fi
./scripts/run_gettext.sh
echo "done"