Fix M118 parameters, with strict guideline

This commit is contained in:
Scott Lahteine
2017-11-06 22:57:01 -06:00
parent 6718579ccf
commit e6aba99f16
2 changed files with 4 additions and 3 deletions

View File

@ -25,8 +25,8 @@
/**
* M118: Display a message in the host console.
*
* A Append '// ' for an action command, as in OctoPrint
* E Have the host 'echo:' the text
* A1 Append '// ' for an action command, as in OctoPrint
* E1 Have the host 'echo:' the text
*/
void GcodeSuite::M118() {
if (parser.boolval('E')) SERIAL_ECHO_START();