Add MESH_EDIT_MENU to example configs
This commit is contained in:
		@@ -1175,8 +1175,9 @@
 | 
			
		||||
//#define LCD_BED_LEVELING
 | 
			
		||||
 | 
			
		||||
#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 MESH_EDIT_Z_STEP  0.025 // (mm) Step size while manually probing Z axis.
 | 
			
		||||
  #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
 | 
			
		||||
 | 
			
		||||
// Add a menu item to move between bed corners for manual bed adjustment
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user