Fix M118 parameters, with strict guideline
This commit is contained in:
parent
44edffa0a9
commit
30e4b85587
2 changed files with 4 additions and 3 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue