From a08a7b3459613ddcedfcc463db368f284d9fca9b Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Fri, 11 Oct 2024 14:26:56 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Clarify=20STRING=5FCONFIG=5FH=5F?= =?UTF-8?q?AUTHOR?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 6f3ceea160..ff849d22dc 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -61,7 +61,7 @@ // @section info // Author info of this build printed to the host during boot and M115 -#define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes. +#define STRING_CONFIG_H_AUTHOR "(none, default config)" // Original author or contributor. //#define CUSTOM_VERSION_FILE Version.h // Path from the root directory (no quotes) // @section machine