Skip to content

Commit

Permalink
Merge pull request #4666 from 3d-gussner/MK3_3.14.0_Fix_Autoreport
Browse files Browse the repository at this point in the history
MK3_3.14.0 Fix Autoreport
  • Loading branch information
3d-gussner authored Apr 18, 2024
2 parents 3fa03ec + a4ee9e5 commit 65fde95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Firmware/Marlin_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6577,8 +6577,9 @@ SERIAL_PROTOCOLPGM("\n\n");
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
Expand Down

0 comments on commit 65fde95

Please sign in to comment.