My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

Default_Version.h 517B

123456789101112
  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 parameter related to your distribution"
  6. #if false
  7. #define BUILD_VERSION "1.1.0 dev"
  8. #define STRING_DISTRIBUTION_DATE "2015-06-00 12:00"
  9. // It might also be appropriate to define a location where additional information can be found
  10. #define FIRMWARE_URL "http:// ..."
  11. #endif