Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | respond: Wrap code to 80 columns | Kevin O'Connor | 2019-02-27 | 1 | -3/+7 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | respond: An extra for sending messages to the printer host. (#1053) | Alec B. Plumb | 2019-01-02 | 1 | -0/+51 |
I have made one change to `gcode.py` to support quoted parameter values. I have added support for the basic `M118` command (see https://reprap.org/wiki/G-code#M118:_Echo_message_on_host). I have also added a `RESPOND` command that takes extended parameters. `ECHO` might be a better name than `RESPOND` but is already defined in `gcode.py`. Signed-off-by: Alec B. Plumb <alec@etherwalker.com> |