Skip to content

Commit

Permalink
Bump version, disable power recovery by default
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanityAutomation committed May 9, 2018
1 parent 3bdca87 commit b120adf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions Marlin/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit b120adf

Please sign in to comment.