mirror of
https://github.com/Ircama/epson_print_conf.git
synced 2025-05-31 23:28:32 -04:00
Use ircama/just-the-docs. Add ET-4800 printer configuration
Automatically update version when pushing a tag Update VERSION to v5.2.14 Update VERSION to v5.2.16 Better debugging Update VERSION to v5.2.17 Fix bugs, improve prompts and add debug console (F7) ref #42 Improved debug console Update VERSION to v5.3.0 Usage of the text_console module Update VERSION to v5.3.1
This commit is contained in:
parent
2d478e45e3
commit
c692b22b71
9 changed files with 536 additions and 178 deletions
|
@ -366,6 +366,35 @@ class EpsonPrinter:
|
|||
"ET-2813", "ET-2815"
|
||||
],
|
||||
},
|
||||
"ET-4800": {
|
||||
"read_key": [74, 54],
|
||||
"write_key": b"Maribaya",
|
||||
"main_waste": {"oids": [48, 49, 47], "divider": 63.46},
|
||||
"borderless_waste": {"oids": [50, 51, 47], "divider": 34.16},
|
||||
"third_waste": {"oids": [252, 253, 254], "divider": 13.0},
|
||||
"raw_waste_reset": {
|
||||
48: 0, 49: 0, 47: 0, 52: 0, 53: 0, 54: 94, 50: 0, 51: 0,
|
||||
55: 94, 28: 0, 252: 0, 253: 0, 254: 0, 255: 94
|
||||
},
|
||||
"stats": {
|
||||
"Manual cleaning counter": [90],
|
||||
"Timer cleaning counter": [89],
|
||||
"Power cleaning counter": [91],
|
||||
"Total print pass counter": [133, 132, 131, 130],
|
||||
"Total print page counter": [776, 775, 774, 773],
|
||||
"Total scan counter": [1843, 1842, 1841, 1840],
|
||||
"Total scan counter % (ADF)": [1855, 1854, 1853, 1852],
|
||||
"Ink replacement counter %-- Black": [554],
|
||||
"Ink replacement counter %-- Cyan": [555],
|
||||
"Ink replacement counter %-- Magenta": [556],
|
||||
"Ink replacement counter %-- Yellow": [557],
|
||||
"Maintenance required level of 1st waste ink counter": [54],
|
||||
"Maintenance required level of 2nd waste ink counter": [55],
|
||||
"Maintenance required level of 3rd waste ink counter": [255],
|
||||
},
|
||||
"serial_number": [range(793, 803), range(1604, 1614)],
|
||||
"wifi_mac_address": range(1920, 1926),
|
||||
},
|
||||
"L3150": {
|
||||
"alias": ["L3151", "L3160", "L3166", "L3168"],
|
||||
"read_key": [151, 7],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue