Bump version, disable power recovery by default

This commit is contained in:
InsanityAutomation
2018-05-09 10:37:26 -04:00
parent 3bdca8730e
commit b120adf8df
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -167,8 +167,8 @@
* Standard is recommended in most other scenarios.
*/
//#define MeshFast
#define MeshStd
//#define MeshFine
//#define MeshStd
#define MeshFine
//#define MeshExtreme
//#define BoardRev2
+1 -1
View File
@@ -573,7 +573,7 @@
* an option on the LCD screen to continue the print from the last-known
* point in the file.
*/
#define POWER_LOSS_RECOVERY
//#define POWER_LOSS_RECOVERY
/**
* Sort SD file listings in alphabetical order.
+2 -2
View File
@@ -35,7 +35,7 @@
/**
* Marlin release version identifier
*/
#define SHORT_BUILD_VERSION "1.1.8_B8"
#define SHORT_BUILD_VERSION "1.1.8_B9"
/**
* Verbose version identifier which should contain a reference to the location
@@ -50,7 +50,7 @@
* here we define this default string as the date where the latest release
* version was tagged.
*/
#define STRING_DISTRIBUTION_DATE "2018-04-16"
#define STRING_DISTRIBUTION_DATE "2018-05-09"
/**
* Required minimum Configuration.h and Configuration_adv.h file versions.