Merge pull request #8416 from thinkyhead/bf2_M114_DETAIL

[2.0] Add M114_DETAIL to Configuration_adv.h
This commit is contained in:
Scott Lahteine
2017-11-14 00:28:55 -06:00
committed by GitHub
35 changed files with 138 additions and 36 deletions

View File

@ -122,6 +122,9 @@
#define AUTOTEMP_OLDWEIGHT 0.98
#endif
// Show extra position information in M114
//#define M114_DETAIL
// Show Temperature ADC value
// Enable for M105 to include ADC values read from temperature sensors.
//#define SHOW_TEMP_ADC_VALUES
@ -345,7 +348,7 @@
// @section homing
//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
// Homing hits each endstop, retracts by these distances, then does a slower bump.
#define X_HOME_BUMP_MM 5
#define Y_HOME_BUMP_MM 5
#define Z_HOME_BUMP_MM 4