Use same config name for all mesh dimensions
This commit is contained in:
		@@ -283,7 +283,7 @@ float code_value_temp_diff();
 | 
			
		||||
 | 
			
		||||
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
 | 
			
		||||
  extern int bilinear_grid_spacing[2], bilinear_start[2];
 | 
			
		||||
  extern float bed_level_grid[ABL_GRID_MAX_POINTS_X][ABL_GRID_MAX_POINTS_Y];
 | 
			
		||||
  extern float bed_level_grid[GRID_MAX_POINTS_X][GRID_MAX_POINTS_Y];
 | 
			
		||||
  float bilinear_z_offset(float logical[XYZ]);
 | 
			
		||||
  void set_bed_leveling_enabled(bool enable=true);
 | 
			
		||||
#endif
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user