From 526deeb6df38a7872ace8d00b2944cc184c46e1b Mon Sep 17 00:00:00 2001 From: Josh Pieper Date: Sat, 25 Jan 2020 21:19:46 -0500 Subject: [PATCH] Report the various media types supported by P-touch printers These were taken from: Software Developer's Manual Raster Command Reference PT-E550W/P750W/P710BT Version 1.01 --- brother_ql/reader.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/brother_ql/reader.py b/brother_ql/reader.py index b5d817d..cc7824a 100755 --- a/brother_ql/reader.py +++ b/brother_ql/reader.py @@ -65,8 +65,12 @@ RESP_MEDIA_TYPES = { 0x00: 'No media', + 0x01: 'Laminated tape', + 0x03: 'Non-laminated tape', 0x0A: 'Continuous length tape', 0x0B: 'Die-cut labels', + 0x11: 'Heat-shrink tube', + 0xff: 'Incompatible tape', } RESP_STATUS_TYPES = {