Přemysl Eric Janouch
269e6514df
Add support for printing on red/black tapes
...
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.
2021-06-10 02:37:14 +02:00
Přemysl Eric Janouch
412efcb1ae
Flush input buffers on printer initialization
...
Seems to be necessary, not sure why.
2019-04-14 21:34:56 +02:00
Přemysl Eric Janouch
fab0a52189
Cleanup
2019-04-13 00:16:58 +02:00
Přemysl Eric Janouch
89fc9d86c7
Cleanup, improve communication while printing
2019-04-12 23:43:42 +02:00
Přemysl Eric Janouch
4c2f29384d
Move printer stuff into the ql package
2019-04-12 22:18:22 +02:00
Přemysl Eric Janouch
b763c2d362
Improve the label printing experimental tool
...
Now it should be safer to print on die-cut labels,
or even any supported label at all.
2019-04-12 19:55:15 +02:00
Přemysl Eric Janouch
8c0a5195fc
Add a media size information table
2019-04-12 04:52:03 +02:00
Přemysl Eric Janouch
43b5536c4d
Fix status decoding
...
Mainly to reflect a real-world printer.
2019-04-12 03:47:36 +02:00
Přemysl Eric Janouch
c9e5b4d1e9
Create a package for the printer
2019-04-12 02:31:22 +02:00