Add "Level Corners" menu option

This commit is contained in:
Scott Lahteine
2017-08-16 02:27:50 -05:00
parent 0a18fb735e
commit a1878cd1c0
38 changed files with 118 additions and 8 deletions

View File

@ -940,6 +940,7 @@
#if ENABLED(LCD_BED_LEVELING)
#define MBL_Z_STEP 0.025 // Step size while manually probing Z axis.
#define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
#define LEVEL_BED_CORNERS // Add an option to move between corners
#endif
/**