What can I do with this?
- Get your printer's current status code (there are more than 300), and translate it to human readable messages. This will help you detect a problem in case you experiment strange behaviours in your printer. Status codes can be about:
- Informational messages (Ready, Warming Up, Toner low ...).
- Operator Intervention Conditions related messages (where operator intervention may be required, e.g. 'Drum Life Out, replace Drum Kit').
- Hardware related error messages (e.g. 'FUSER Error Cycle Power or FUSER too hot' or 'Fan Motor 1 Failure').
- Get the current amount of printed pages.
- Print basic information about printer's status and settings.
- Reset all printer's internal values (drum percetange, toner percentage, printed pages number, etc.). This will help if you fill your toner cartridge manually.
Execute the following commands to download, give execution permissions and execute the tool:
wget https://raw.githubusercontent.com/filisko/hl1110-utility-tool/master/hl1110-utility-tool.sh
chmod +x hl1110-utility-tool.sh
sudo ./hl1110-utility-tool.sh
The main window that you will see once opened will be a simple dialog where you have to press on 'Yes, continue' button once you've got your HL-1110 printer connected to your computer.
Once the printer is detected after you press 'Yes, continue' button. The following menu will appear. Simple, right?
One toner cartdrige can print around 1000 pages before your printer says that your toner level is low (even if those pages had very low toner usage. Printer's Error LED will start to blink once in 1.5 seconds intervals, which is an indicator that we won't be able to print a lot more pages, at some point it will just stop printing. Now, there are 4 possible solutions to this 'problem'.
- Skip temporarily the warning of low toner level pressing 7 times the power button and be able to print more until it definitely stops and you can not omit it any more.
- Buy a new toner cartridge.
- Reset manually the toner cartridge moving a little gear that is located in the cartridge.
- Use this tool and reset all printer's internal values (recommended for lazy people).
So we can use the number of printed pages as an indicator of how close we are from getting warnings of low toner level and obviously to know how many pages we've printed without having to print printer's basic information.
This action will just print a page with useful information about the printer.
- This is how the printed page will look like before doing a reset: press here to see the image
- TThis is how the printed page will look like after doing a reset: press here to see the iamge
You should already know all about this action but one thing worth of mention is that this action is irreversible.
Once you execute this action you will get a confirmation dialog to proceed or not.
And after you've confirmed the action, it will take about 15 seconds to finish the resetting process.
Write me an email ([email protected]) or create an issue in the repository.