mirror of
https://github.com/Ircama/epson_print_conf.git
synced 2025-05-31 15:18:35 -04:00
Review configuration for ET-2720
This commit is contained in:
parent
dc291b20cf
commit
82ca5ace7b
2 changed files with 20 additions and 12 deletions
24
README.md
24
README.md
|
@ -196,6 +196,15 @@ Write EEPROM, after the header:
|
||||||
|
|
||||||
Example: `7C 7C 10 00 49 08 42 BD 21 30 00 1A 42 73 62 6F 75 6A 67 70`
|
Example: `7C 7C 10 00 49 08 42 BD 21 30 00 1A 42 73 62 6F 75 6A 67 70`
|
||||||
|
|
||||||
|
Example of Read EEPROM (@BDC PS):
|
||||||
|
|
||||||
|
```
|
||||||
|
<01> @BDC PS <0d0a> EE:0032AC;
|
||||||
|
EE: = EEPROM Read
|
||||||
|
0032 = Memory address
|
||||||
|
AC = Value
|
||||||
|
```
|
||||||
|
|
||||||
## API Interface
|
## API Interface
|
||||||
|
|
||||||
### Specification
|
### Specification
|
||||||
|
@ -404,14 +413,11 @@ epson-l3160-ink-waste-resetter: https://github.com/k3dt/epson-l3160-ink-waste-re
|
||||||
|
|
||||||
emanage x900: https://github.com/abrasive/x900-otsakupuhastajat/
|
emanage x900: https://github.com/abrasive/x900-otsakupuhastajat/
|
||||||
|
|
||||||
### GUI resources
|
### Other programs
|
||||||
|
|
||||||
*epson_print_conf* is a Python command line tool, including API.
|
|
||||||
|
|
||||||
The following GUIs are available.
|
|
||||||
|
|
||||||
|
- Epson One-Time Maintenance Ink Pad Reset Utility: https://epson.com/Support/wa00369
|
||||||
|
- Epson Maintenance Reset Utility: https://epson.com/epsonstorefront/orbeon/fr/us_regular_s03/us_ServiceInk_Pad_Reset/new
|
||||||
|
- Epson Ink Pads Reset Utility Terms and Conditions: https://epson.com/Support/wa00370
|
||||||
- Epson Adjustment Program (developed by EPSON)
|
- Epson Adjustment Program (developed by EPSON)
|
||||||
- WIC-Reset: https://wic-reset.com / https://www.2manuals.com / https://resetters.com
|
- WIC-Reset: https://wic-reset.com / https://www.2manuals.com / https://resetters.com (Use at your risk)
|
||||||
- PrintHelp: https://printhelp.info/
|
- PrintHelp: https://printhelp.info/ (Use at your risk)
|
||||||
|
|
||||||
Use at your risk.
|
|
||||||
|
|
|
@ -87,7 +87,7 @@ class EpsonPrinter:
|
||||||
"write_key": b'Maribaya',
|
"write_key": b'Maribaya',
|
||||||
"serial_number": range(1604, 1614),
|
"serial_number": range(1604, 1614),
|
||||||
"main_waste": {"oids": [48, 49], "divider": 63.45},
|
"main_waste": {"oids": [48, 49], "divider": 63.45},
|
||||||
"second_waste": {"oids": [50, 51], "divider": 34.16},
|
"second_waste": {"oids": [50, 51], "divider": 34.15},
|
||||||
"third_waste": {"oids": [252, 253], "divider": 13},
|
"third_waste": {"oids": [252, 253], "divider": 13},
|
||||||
"raw_waste_reset": {
|
"raw_waste_reset": {
|
||||||
48: 0, 49: 0, 50: 0, 51: 0, 252: 0, 253: 0
|
48: 0, 49: 0, 50: 0, 51: 0, 252: 0, 253: 0
|
||||||
|
@ -101,8 +101,10 @@ class EpsonPrinter:
|
||||||
"ET-2720": {
|
"ET-2720": {
|
||||||
"alias": ["ET-2721", "ET-2723", "ET-2725"],
|
"alias": ["ET-2721", "ET-2723", "ET-2725"],
|
||||||
"read_key": [151, 7],
|
"read_key": [151, 7],
|
||||||
"write_key": b'Maribaya', # hypothesis
|
"write_key": b'Maribaya',
|
||||||
"same-as": "ET-2700" # hypothesis
|
"main_waste": {"oids": [48, 49], "divider": 63.45},
|
||||||
|
"second_waste": {"oids": [50, 51], "divider": 34.15},
|
||||||
|
"same-as": "ET-2700"
|
||||||
# uncompleted
|
# uncompleted
|
||||||
},
|
},
|
||||||
"L3160": {
|
"L3160": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue