quick note about errors actually being written by the plotter. :)

This commit is contained in:
Adam Mayer 2018-01-03 16:48:49 -05:00
parent 408ae97580
commit b0d6654960
1 changed files with 6 additions and 4 deletions

View File

@ -355,7 +355,7 @@ After the arc is drawn, the endpoint of the arc is considered to be the new posi
Params: 3 or 5
### Unknown (IM)
### Error action (IM)
```
IMa(,b)
@ -368,8 +368,11 @@ Selecting error action
| a | Mode |
|---|------------------|
| 0 | Turn on error light |
| 1 | Reject command |
| 2 | Write error message |
| 64 | Reject command |
| 192 | Write error message |
Do note that "write message" does not mean to send a response over the serial port; it means
that it will literally write the error message out on the plotter.
`b` specifies the errors to filter. Default is 31.
@ -382,7 +385,6 @@ Selecting error action
| 16 | Pen would go outside window |
## Unknown commands
PK - ??? - no params/arb (Not in user reference)