Merge pull request #4663 from 3d-gussner/MK3_Fix_Autoreport
Fix Autoreport
This commit is contained in:
commit
34591f0465
|
|
@ -6575,8 +6575,9 @@ Sigma_Exit:
|
||||||
SERIAL_ECHOPGM(" EXTRUDER_COUNT:" STRINGIFY(EXTRUDERS));
|
SERIAL_ECHOPGM(" EXTRUDER_COUNT:" STRINGIFY(EXTRUDERS));
|
||||||
#ifdef MACHINE_UUID
|
#ifdef MACHINE_UUID
|
||||||
SERIAL_ECHOPGM(" UUID:");
|
SERIAL_ECHOPGM(" UUID:");
|
||||||
SERIAL_ECHOLNPGM(MACHINE_UUID);
|
SERIAL_ECHOPGM(MACHINE_UUID);
|
||||||
#endif //MACHINE_UUID
|
#endif //MACHINE_UUID
|
||||||
|
SERIAL_ECHOLNPGM("");
|
||||||
#ifdef EXTENDED_CAPABILITIES_REPORT
|
#ifdef EXTENDED_CAPABILITIES_REPORT
|
||||||
extended_capabilities_report();
|
extended_capabilities_report();
|
||||||
#endif //EXTENDED_CAPABILITIES_REPORT
|
#endif //EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue