Bump version, disable power recovery by default
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user