Merge pull request #4666 from 3d-gussner/MK3_3.14.0_Fix_Autoreport

MK3_3.14.0 Fix Autoreport
This commit is contained in:
3d-gussner 2024-04-18 12:20:22 +02:00 committed by GitHub
commit 65fde95371
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -6577,8 +6577,9 @@ Sigma_Exit:
SERIAL_ECHOPGM(" EXTRUDER_COUNT:" STRINGIFY(EXTRUDERS));
#ifdef MACHINE_UUID
SERIAL_ECHOPGM(" UUID:");
SERIAL_ECHOLNPGM(MACHINE_UUID);
SERIAL_ECHOPGM(MACHINE_UUID);
#endif //MACHINE_UUID
SERIAL_ECHOLNPGM("");
#ifdef EXTENDED_CAPABILITIES_REPORT
extended_capabilities_report();
#endif //EXTENDED_CAPABILITIES_REPORT