Skip to content

Commit

Permalink
Merge branch 'TM_CR10' into bugfix-1.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanityAutomation authored May 9, 2018
2 parents fd94570 + b120adf commit 1cb2de3
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 2 deletions.
37 changes: 37 additions & 0 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,43 @@
* respecfully request that you retain the unmodified Marlin boot screen.
*/

//#define MeshFast
//#define MeshStd
#define MeshFine
//#define MeshExtreme

//#define BoardRev2


#if(!ENABLED(MachineCR10Orig))
#define CUSTOM_STATUS_SCREEN_IMAGE
#endif

#if(ENABLED(MachineMini))
#define CUSTOM_MACHINE_NAME "Mini SuPeR"
#elif(ENABLED(MachineCR10Orig))
#define CUSTOM_MACHINE_NAME "SuPeR CR-10"
#elif(ENABLED(MachineCR10S))
#define CUSTOM_MACHINE_NAME "300 SuPeR"
#elif(ENABLED(MachineS4))
#define CUSTOM_MACHINE_NAME "400 SuPeR"
#elif(ENABLED(MachineS5))
#define CUSTOM_MACHINE_NAME "500 SuPeR"
#endif

#if(ENABLED(MachineMini))
#define VerChar1 "M"
#elif(ENABLED(MachineCR10Orig))
#define VerChar1 "O"
#elif(ENABLED(MachineCR10S))
#define VerChar1 "S"
#elif(ENABLED(MachineS4))
#define VerChar1 "4"
#elif(ENABLED(MachineS5))
#define VerChar1 "5"
#endif


// Enable to show the bitmap in Marlin/_Bootscreen.h on startup.
//#define SHOW_CUSTOM_BOOTSCREEN

Expand Down
8 changes: 6 additions & 2 deletions Marlin/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
/**
* Marlin release version identifier
*/
#define SHORT_BUILD_VERSION "bugfix-1.1.x"

#define SHORT_BUILD_VERSION "1.1.8_B9"


/**
* Verbose version identifier which should contain a reference to the location
Expand All @@ -48,7 +50,9 @@
* here we define this default string as the date where the latest release
* version was tagged.
*/
#define STRING_DISTRIBUTION_DATE "2018-01-20"

#define STRING_DISTRIBUTION_DATE "2018-05-09"


/**
* Required minimum Configuration.h and Configuration_adv.h file versions.
Expand Down

0 comments on commit 1cb2de3

Please sign in to comment.