My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Ви не можете вибрати більше 25 тем
Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
1234567891011121314 |
- /*
- * This file is a placeholder for a file which could be distributed in an archive
- * It takes the place of an automatically created "_Version.h" which is generated during the build process
- */
-
- // #error "You must specify the following parameters related to your distribution"
-
- #if true
- #define SHORT_BUILD_VERSION "1.1.0-RC3"
- #define DETAILED_BUILD_VERSION "1.1.0-RC3 From Archive"
- #define STRING_DISTRIBUTION_DATE "2015-12-01 12:00"
- // It might also be appropriate to define a location where additional information can be found
- // #define SOURCE_CODE_URL "http:// ..."
- #endif
|