Add XP-820 (preliminary)

This commit is contained in:
Ircama 2023-09-26 08:09:02 +02:00
parent deb33df52a
commit 44ae1b1969
2 changed files with 4 additions and 0 deletions

View file

@ -113,6 +113,8 @@ python3 epson_print_conf.py -m XP-205 -a 192.168.1.87 -W 173:1,172:0xde
python3 epson_print_conf.py -m XP-205 -a 192.168.1.87 -R 173,172
```
Note: resetting the ink waste counter is just removing a warning; not replacing the tank will make the ink spill.
## API Interface
### Specification

View file

@ -213,10 +213,12 @@ class EpsonPrinter:
# uncompleted
},
"XP-850": {
"alias": ["XP-820"],
"read_key": [40, 0],
"write_key": b'Hibiscus',
"main_waste": {"oids": [16, 17], "divider": 84.5}, # incorrect divider
"borderless_waste": {"oids": [18, 19], "divider": 33.7}, # incorrect divider
"raw_waste_reset": {16: 0, 17: 0, 18: 0, 19: 0, 20: 0, 21: 0} # to be checked
# uncompleted
},
"XP-7100": {