From c8273ac065968c15f335fda89db679485dee6246 Mon Sep 17 00:00:00 2001 From: SkaveRat Date: Mon, 21 Dec 2020 14:56:39 +0100 Subject: [PATCH] Adding support for 103mm endless labels (DK22246, named "104") --- brother_ql/labels.py | 1 + 1 file changed, 1 insertion(+) diff --git a/brother_ql/labels.py b/brother_ql/labels.py index 2becdd7..19e992a 100644 --- a/brother_ql/labels.py +++ b/brother_ql/labels.py @@ -89,6 +89,7 @@ def name(self): # type: str Label("62", ( 62, 0), FormFactor.ENDLESS, ( 732, 0), ( 696, 0), 12 , feed_margin=35), Label("62red", ( 62, 0), FormFactor.ENDLESS, ( 732, 0), ( 696, 0), 12 , feed_margin=35, color=Color.BLACK_RED_WHITE), Label("102", (102, 0), FormFactor.ENDLESS, (1200, 0), (1164, 0), 12 , feed_margin=35, restricted_to_models=['QL-1050', 'QL-1060N']), + Label("104", (104, 0), FormFactor.ENDLESS, (1227, 0), (1200, 0), -8 , feed_margin=35, restricted_to_models=['QL-1050', 'QL-1100']), Label("17x54", ( 17, 54), FormFactor.DIE_CUT, ( 201, 636), ( 165, 566), 0 ), Label("17x87", ( 17, 87), FormFactor.DIE_CUT, ( 201, 1026), ( 165, 956), 0 ), Label("23x23", ( 23, 23), FormFactor.DIE_CUT, ( 272, 272), ( 202, 202), 42 ),