|
@ -1160,6 +1160,7 @@ |
|
|
#define MESH_INSET 10 // Set Mesh bounds as an inset region of the bed
|
|
|
#define MESH_INSET 10 // Set Mesh bounds as an inset region of the bed
|
|
|
#define GRID_MAX_POINTS_X 5 // As suggested by DaHai, https://www.youtube.com/watch?v=CBlADPgQqL0
|
|
|
#define GRID_MAX_POINTS_X 5 // As suggested by DaHai, https://www.youtube.com/watch?v=CBlADPgQqL0
|
|
|
#define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X |
|
|
#define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X |
|
|
|
|
|
|
|
|
#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS
|
|
|
#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS
|
|
|
|
|
|
|
|
|
#endif // BED_LEVELING
|
|
|
#endif // BED_LEVELING
|
|
@ -1184,8 +1185,9 @@ |
|
|
#define LCD_BED_LEVELING |
|
|
#define LCD_BED_LEVELING |
|
|
|
|
|
|
|
|
#if ENABLED(LCD_BED_LEVELING) |
|
|
#if ENABLED(LCD_BED_LEVELING) |
|
|
#define MBL_Z_STEP 0.025 // Step size while manually probing Z axis.
|
|
|
#define MESH_EDIT_Z_STEP 0.025 // (mm) 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 // (mm) Z Range centered on Z_MIN_POS for LCD Z adjustment
|
|
|
|
|
|
//#define MESH_EDIT_MENU // Add a menu to edit mesh points
|
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
// Add a menu item to move between bed corners for manual bed adjustment
|
|
|
// Add a menu item to move between bed corners for manual bed adjustment
|
|
|