Supply a VERSION in a short form for displays
The long descriptor will still be available in M115
This commit is contained in:
parent
cd7828a928
commit
b227d8c128
21 changed files with 32 additions and 27 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue