mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-12 23:13:32 +00:00
feature add common function for soft
This commit is contained in:
27
src/common_func/common_func.hpp
Normal file
27
src/common_func/common_func.hpp
Normal file
@@ -0,0 +1,27 @@
|
||||
#ifndef _common_func_hppp_
|
||||
#define _common_func_hppp_
|
||||
#include <iostream>
|
||||
|
||||
|
||||
#define SLIC3R_APP_NAME "Snapmaker Orca"
|
||||
#define SLIC3R_APP_KEY "Snapmaker_Orca"
|
||||
#define SLIC3R_VERSION "01.10.01.50"
|
||||
#define Snapmaker_VERSION "2.2.0"
|
||||
#define MIN_FIRM_VER "0.8.4"
|
||||
#ifndef GIT_COMMIT_HASH
|
||||
#define GIT_COMMIT_HASH "0000000" // 0000000 means uninitialized
|
||||
#endif
|
||||
#define SLIC3R_BUILD_ID ""
|
||||
// #define SLIC3R_RC_VERSION "01.10.01.50"
|
||||
#define BBL_RELEASE_TO_PUBLIC 1
|
||||
#define BBL_INTERNAL_TESTING 0
|
||||
#define ORCA_CHECK_GCODE_PLACEHOLDERS 0
|
||||
|
||||
namespace common
|
||||
{
|
||||
std::string get_pc_name();
|
||||
|
||||
std::string get_flutter_version();
|
||||
} // namespace common
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user