My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Default_Version.h 578B

1234567891011121314
  1. /*
  2. * This file is a placeholder for a file which could be distributed in an archive
  3. * It takes the place of an automatically created "_Version.h" which is generated during the build process
  4. */
  5. // #error "You must specify the following parameters related to your distribution"
  6. #if true
  7. #define SHORT_BUILD_VERSION "1.1.0-RC2"
  8. #define DETAILED_BUILD_VERSION "1.1.0-RC2 From Archive"
  9. #define STRING_DISTRIBUTION_DATE "2015-09-28 12:00"
  10. // It might also be appropriate to define a location where additional information can be found
  11. #define SOURCE_CODE_URL "http:// ..."
  12. #endif