An open API service indexing awesome lists of open source software.

https://github.com/patatetom/ecotankcleaner

Cleaning the print nozzles of an Epson EcoTank 2710 from Linux
https://github.com/patatetom/ecotankcleaner

bash bash-script ecotank epson epson-printer printer printing

Last synced: 15 days ago
JSON representation

Cleaning the print nozzles of an Epson EcoTank 2710 from Linux

Awesome Lists containing this project

README

          

# Epson EcoTank cleaner

Cleaning the print nozzles of an Epson EcoTank 2710 from Linux

![BK YMC pattern](pattern.webp)

This bash script allows you to check and clean the print heads of an Epson EcoTank 2710 printer accessible via network (USB not supported).

The data sent to the printer was collected using `tshark` tool (listening to the Epson utility installed on Windows).

> [!TIP]
> _Tests have only been performed on the 2710 model : please let me know via a [new issue](https://github.com/patatetom/ecotankcleaner/issues/new/choose) if the script works on another EcoTank model._

## Installation

- download `ecotankcleaner` bash script :

`wget -O ~/.local/bin/ecotankcleaner https://raw.githubusercontent.com/patatetom/ecotankcleaner/main/ecotankcleaner`

_or_

`curl https://raw.githubusercontent.com/patatetom/ecotankcleaner/main/ecotankcleaner > ~/.local/bin/ecotankcleaner`

- check his simple code :

`( bat || less )< ~/.local/bin/ecotankcleaner`

- make it executable :

`chmod +x ~/.local/bin/ecotankcleaner`

- run it :

`ecotankcleaner LanName_or_IpAddress`

## Compatibility

- Epson EcoTank 2710

> [!NOTE]
>
> [bat](https://github.com/sharkdp/bat) is a `cat` clone with syntax highlighting and Git integration.
>
> [Epson](https://download.ebz.epson.net/dsc/search/01/search/searchModule?productName=2710&osCode=LX) driver download page.