mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-24 17:26:47 +00:00
14 lines
477 B
C
14 lines
477 B
C
#ifndef __SLIC3R_VERSION_H
|
|
#define __SLIC3R_VERSION_H
|
|
|
|
#define SLIC3R_APP_NAME "@SLIC3R_APP_NAME@"
|
|
#define SLIC3R_APP_KEY "@SLIC3R_APP_KEY@"
|
|
#define SLIC3R_VERSION "@SLIC3R_VERSION@"
|
|
#define SoftFever_VERSION "@SoftFever_VERSION@"
|
|
#define SLIC3R_BUILD_ID "@SLIC3R_BUILD_ID@"
|
|
//#define SLIC3R_RC_VERSION "@SLIC3R_VERSION@"
|
|
#define BBL_INTERNAL_TESTING @BBL_INTERNAL_TESTING@
|
|
#define ORCA_CHECK_GCODE_PLACEHOLDERS @ORCA_CHECK_GCODE_PLACEHOLDERS@
|
|
|
|
#endif /* __SLIC3R_VERSION_H */
|