|
|
@ -956,9 +956,11 @@
|
|
|
|
#if ENABLED(LCD_BED_LEVELING)
|
|
|
|
#if ENABLED(LCD_BED_LEVELING)
|
|
|
|
#define MBL_Z_STEP 0.025 // Step size while manually probing Z axis.
|
|
|
|
#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 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
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Add a menu item to move between bed corners for manual bed adjustment
|
|
|
|
|
|
|
|
#define LEVEL_BED_CORNERS
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Commands to execute at the end of G29 probing.
|
|
|
|
* Commands to execute at the end of G29 probing.
|
|
|
|
* Useful to retract or move the Z probe out of the way.
|
|
|
|
* Useful to retract or move the Z probe out of the way.
|
|
|
|