Couple tweaks

Turn on multiple probing, off power save recovery, bump version
This commit is contained in:
InsanityAutomation
2018-05-09 12:45:15 -04:00
parent 6d84ca7671
commit 5dfec58d7b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -764,7 +764,7 @@
// The number of probes to perform at each point.
// Set to 2 for a fast/slow probe, using the second probe result.
// Set to 3 or more for slow probes, averaging the results.
//#define MULTIPLE_PROBING 2
#define MULTIPLE_PROBING 2
/**
* Z probes require clearance when deploying, stowing, and moving between
+1 -1
View File
@@ -570,7 +570,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
/**
+1 -1
View File
@@ -35,7 +35,7 @@
/**
* Marlin release version identifier
*/
#define SHORT_BUILD_VERSION "1.1.8-B4"
#define SHORT_BUILD_VERSION "1.1.8-B5"
/**
* Verbose version identifier which should contain a reference to the location