Skip to content

patatetom/ecotankcleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Epson EcoTank cleaner

Cleaning the print nozzles of an Epson EcoTank 2710 from Linux

BK YMC pattern

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 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 is a cat clone with syntax highlighting and Git integration.

Epson driver download page.

About

Cleaning the print nozzles of an Epson EcoTank 2710 from Linux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages