From 2d8e810f1f5515a3080341e39691c35077d9d2ed Mon Sep 17 00:00:00 2001 From: Ircama Date: Sun, 30 Jun 2024 17:51:23 +0200 Subject: [PATCH] Quick update on a printer (thanks to discussions!) --- README.md | 5 +++++ epson_print_conf.py | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index a249622..255c4e5 100644 --- a/README.md +++ b/README.md @@ -438,3 +438,8 @@ emanage x900: https://github.com/abrasive/x900-otsakupuhastajat/ - Epson Adjustment Program (developed by EPSON) - WIC-Reset: https://wic-reset.com / https://www.2manuals.com / https://resetters.com (Use at your risk) - PrintHelp: https://printhelp.info/ (Use at your risk) + +### Resources + +- https://codeberg.org/attachments/147f41a3-a6ea-45f6-8c2a-25bac4495a1d +- https://codeberg.org/atufi/reinkpy/src/branch/main/reinkpy/epson.toml diff --git a/epson_print_conf.py b/epson_print_conf.py index 512746c..908b72b 100644 --- a/epson_print_conf.py +++ b/epson_print_conf.py @@ -133,6 +133,13 @@ class EpsonPrinter: "same-as": "L4160" # uncompleted }, + "L405": { + "read_key": [0x95, 0x03], + "write_key": b'Maninjau', + "raw_waste_reset": { + 0x18:0, 0x19:0, 0x1c:0, 0x1d:0, 0x2e:0x5e, 0x1e:0 + }, + }, "L4160": { "read_key": [73, 8], "write_key": b'Arantifo',