Fix Autoreport broken in 3957dc91aa
This commit is contained in:
parent
3fa03ec1fb
commit
a4ee9e5210
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue