Supply a VERSION in a short form for displays
The long descriptor will still be available in M115
This commit is contained in:
@ -638,7 +638,7 @@ void setup() {
|
||||
MCUSR = 0;
|
||||
|
||||
SERIAL_ECHOPGM(MSG_MARLIN);
|
||||
SERIAL_ECHOLNPGM(" " BUILD_VERSION);
|
||||
SERIAL_ECHOLNPGM(" " SHORT_BUILD_VERSION);
|
||||
|
||||
#ifdef STRING_DISTRIBUTION_DATE
|
||||
#ifdef STRING_CONFIG_H_AUTHOR
|
||||
|
Reference in New Issue
Block a user