This page is under construction and may not have complete or up-to-date information.

MarlinFirmware

Configuration Info

Description

Information about the configuration itself.

info

Use these options to set Human-readable information about the machine, which may also be displayed on the host or LCD.

1.1.0

#define CONFIGURATION_H_VERSION hexver

Configuration version.

This option is used to check that the correct Configurations files match the version of Marlin being built.

Example
#define CONFIGURATION_H_VERSION 02010200

#define STRING_CONFIG_H_AUTHOR string

Author of the configuration file.

info

This option exists to provide information about who last modified the configuration. It is displayed in the identifier string sent to the host when Marlin first boots up, and it may also be displayed on the LCD Info Screen.

Example
#define STRING_CONFIG_H_AUTHOR "(Sam Smith, My Prusa i3)"
2.0.0

//#define CUSTOM_VERSION_FILE path

Customized versioning.

The full path from the root directory (no quotes) to a custom version file to override Marlin’s base version info.

Example
#define CUSTOM_VERSION_FILE Version.h