Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for printing on red/black tapes | Přemysl Eric Janouch | 2021-06-10 | 1 | -17/+74 |
| | | | | | | | | | | My QL-800 refuses to print black only on a red/black tape. I really don't like the added `rb` function parameter. It would be best to be able to recognize such tapes, however nothing of the sort is documented in official Brother documentation. makeBitmapData{,RB} also look like they could be simplified further. | ||||
* | Cleanup, improve communication while printing | Přemysl Janouch | 2019-04-12 | 1 | -394/+31 |
| | |||||
* | Move printer stuff into the ql package | Přemysl Janouch | 2019-04-12 | 1 | -30/+324 |
| | |||||
* | Improve the label printing experimental tool | Přemysl Janouch | 2019-04-12 | 1 | -34/+59 |
| | | | | | Now it should be safer to print on die-cut labels, or even any supported label at all. | ||||
* | Add a media size information table | Přemysl Janouch | 2019-04-12 | 1 | -3/+47 |
| | |||||
* | Fix status decoding | Přemysl Janouch | 2019-04-12 | 1 | -0/+2 |
| | | | | Mainly to reflect a real-world printer. | ||||
* | Create a package for the printer | Přemysl Janouch | 2019-04-12 | 1 | -0/+218 |