🎨 Cosmetic and comments

This commit is contained in:
Scott Lahteine
2023-12-16 23:22:38 -06:00
parent a3101a03ff
commit 39e42ebe6a
449 changed files with 3345 additions and 3655 deletions

View File

@@ -61,8 +61,12 @@
* M115: Capabilities string and extended capabilities report
* If a capability is not reported, hosts should assume
* the capability is not present.
*
* NOTE: Always make sure to add new capabilities to the RepRap Wiki
* at https://reprap.org/wiki/Firmware_Capabilities_Protocol
*/
void GcodeSuite::M115() {
SERIAL_ECHOPGM("FIRMWARE_NAME:Marlin"
" " DETAILED_BUILD_VERSION " (" __DATE__ " " __TIME__ ")"
" SOURCE_CODE_URL:" SOURCE_CODE_URL