Fix M118 parameters, with strict guideline
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user