mirror of
https://github.com/Ircama/epson_print_conf.git
synced 2025-05-29 06:15:28 -04:00
add alias XP-225 to XP-422 as per https://codeberg.org/atufi/reinkpy/src/branch/main/reinkpy/epson.toml (#34)
Some checks failed
Python syntax checker / build (3.10) (push) Has been cancelled
Python syntax checker / build (3.11) (push) Has been cancelled
Python syntax checker / build (3.12) (push) Has been cancelled
Python syntax checker / build (3.8) (push) Has been cancelled
Python syntax checker / build (3.9) (push) Has been cancelled
Python syntax checker / build (3.x) (push) Has been cancelled
Some checks failed
Python syntax checker / build (3.10) (push) Has been cancelled
Python syntax checker / build (3.11) (push) Has been cancelled
Python syntax checker / build (3.12) (push) Has been cancelled
Python syntax checker / build (3.8) (push) Has been cancelled
Python syntax checker / build (3.9) (push) Has been cancelled
Python syntax checker / build (3.x) (push) Has been cancelled
This commit is contained in:
parent
1f993d77a2
commit
3a07fd6a89
1 changed files with 1 additions and 1 deletions
|
@ -516,7 +516,7 @@ class EpsonPrinter:
|
|||
"last_printer_fatal_errors": [60, 203, 204, 205, 206, 0x01d3],
|
||||
},
|
||||
"XP-422": {
|
||||
"alias": ["XP-423", "XP-425"],
|
||||
"alias": ["XP-423", "XP-425", "XP-225"],
|
||||
"read_key": [85, 5],
|
||||
"write_key": b'Muscari.',
|
||||
"main_waste": {"oids": [24, 25, 30], "divider": 196.5},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue