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

@@ -3,10 +3,11 @@
#include <iostream>
#define SLIC3R_APP_NAME "Snapmaker Orca"
#define SLIC3R_APP_NAME "SnapmakerOrca-FullSpectrum"
#define SLIC3R_APP_KEY "Snapmaker_Orca"
#define SLIC3R_VERSION "01.10.01.50"
#define Snapmaker_VERSION "2.3.1"
#define FULLSPECTRUM_VERSION "0.9.5"
#define MIN_FIRM_VER "1.0.0"
#ifndef GIT_COMMIT_HASH
#define GIT_COMMIT_HASH "0000000" // 0000000 means uninitialized
@@ -33,4 +34,4 @@ namespace common
} // namespace common
#endif
#endif