logo, release notes, readme update

This commit is contained in:
Rad
2026-04-11 03:50:16 +02:00
parent f9e18d53c4
commit 0019ad9688
43 changed files with 133 additions and 193 deletions

View File

@@ -1,7 +1,7 @@
# Included by CMakeLists, edited by the build script
# (the version numbers are generated by the build script from the git current label)
set(SLIC3R_APP_NAME "Snapmaker Orca")
set(SLIC3R_APP_NAME "SnapmakerOrca-FullSpectrum")
set(SLIC3R_APP_KEY "Snapmaker_Orca")
if(NOT DEFINED BBL_RELEASE_TO_PUBLIC)
@@ -10,7 +10,8 @@ endif()
if(NOT DEFINED BBL_INTERNAL_TESTING)
set(BBL_INTERNAL_TESTING "0")
endif()
set(Snapmaker_VERSION "0.9.4")
set(Snapmaker_VERSION "0.9.5")
set(FULLSPECTRUM_VERSION "0.9.5")
set(MIN_FIRM_VER "1.0.0")
string(REGEX MATCH "^([0-9]+)\\.([0-9]+)\\.([0-9]+)"
Snapmaker_VERSION_MATCH ${Snapmaker_VERSION})