aboutsummaryrefslogtreecommitdiff
path: root/ql
Commit message (Collapse)AuthorAgeFilesLines
* Add support for printing on red/black tapesPřemysl Eric Janouch2021-06-102-19/+76
| | | | | | | | | | 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.
* Flush input buffers on printer initializationPřemysl Janouch2019-04-141-9/+7
| | | | Seems to be necessary, not sure why.
* CleanupPřemysl Janouch2019-04-131-10/+10
|
* Cleanup, improve communication while printingPřemysl Janouch2019-04-123-394/+449
|
* Move printer stuff into the ql packagePřemysl Janouch2019-04-121-30/+324
|
* Improve the label printing experimental toolPřemysl Janouch2019-04-121-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 tablePřemysl Janouch2019-04-121-3/+47
|
* Fix status decodingPřemysl Janouch2019-04-121-0/+2
| | | | Mainly to reflect a real-world printer.
* Create a package for the printerPřemysl Janouch2019-04-121-0/+218