Cleaning the print nozzles of an Epson EcoTank 2710 from Linux
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.
- download
ecotankcleanerbash 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
- Epson EcoTank 2710
