Fix M118 parameters, with strict guideline

This commit is contained in:
Scott Lahteine 2017-09-26 16:51:06 -05:00
parent 44edffa0a9
commit 30e4b85587
2 changed files with 4 additions and 3 deletions

View file

@ -8705,8 +8705,8 @@ inline void gcode_M117() { lcd_setstatus(parser.string_arg); }
/**
* 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
*/
inline void gcode_M118() {
if (parser.boolval('E')) SERIAL_ECHO_START();