Skip to content

Commit

Permalink
Adding support for 103mm endless labels (DK22246, named "104") (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: SkaveRat <skaverat@funlynx.de>
  • Loading branch information
matmair and SkaveRat authored Aug 24, 2022
1 parent 5e81fe9 commit 7dfb6be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ The available label names can be listed with `brother_ql info labels`:
62 696 62mm endless
102 1164 102mm endless
103 1200 103mm endless
104 1200 104mm endless
17x54 165 x 566 17mm x 54mm die-cut
17x87 165 x 956 17mm x 87mm die-cut
23x23 202 x 202 23mm x 23mm die-cut
Expand Down
1 change: 1 addition & 0 deletions brother_ql/labels.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def name(self): # type: str
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', 'QL-1100', 'QL-1100NWB', 'QL-1115NWB']),
Label("103", (104, 0), FormFactor.ENDLESS, (1224, 0), (1200, 0), 12 , feed_margin=35, restricted_to_models=['QL-1100', 'QL-1100NWB']),
Label("104", (104, 0), FormFactor.ENDLESS, (1227, 0), (1200, 0), -8 , feed_margin=35, restricted_to_models=['QL-1050', 'QL-1060N', 'QL-1100', 'QL-1100NWB', 'QL-1115NWB']),
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 ),
Expand Down

0 comments on commit 7dfb6be

Please # to comment.