Skip to content

Commit

Permalink
Support 54x29 Label
Browse files Browse the repository at this point in the history
matmair#19

Co-authored-by: Hikaru Sugiura <2618822+aquahika@users.noreply.github.com>
  • Loading branch information
2 people authored and LunarEclipse363 committed Nov 12, 2023
1 parent dc52143 commit ea444aa
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 @@ -156,6 +156,7 @@ The available label names can be listed with `brother_ql info labels`:
39x90 413 x 991 38mm x 90mm die-cut
39x48 425 x 495 39mm x 48mm die-cut
52x29 578 x 271 52mm x 29mm die-cut
54x29 598 x 271 54mm x 29mm die-cut
62x29 696 x 271 62mm x 29mm die-cut
62x100 696 x 1109 62mm x 100mm die-cut
102x51 1164 x 526 102mm x 51mm 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 @@ -98,6 +98,7 @@ def name(self): # type: str
Label("39x90", ( 38, 90), FormFactor.DIE_CUT, ( 449, 1061), ( 413, 991), 12 ),
Label("39x48", ( 39, 48), FormFactor.DIE_CUT, ( 461, 565), ( 425, 495), 6 ),
Label("52x29", ( 52, 29), FormFactor.DIE_CUT, ( 614, 341), ( 578, 271), 0 ),
Label("54x29", ( 54, 29), FormFactor.DIE_CUT, ( 630, 341), ( 598, 271), 60 ),
Label("62x29", ( 62, 29), FormFactor.DIE_CUT, ( 732, 341), ( 696, 271), 12 ),
Label("62x100", ( 62, 100), FormFactor.DIE_CUT, ( 732, 1179), ( 696, 1109), 12 ),
Label("102x51", (102, 51), FormFactor.DIE_CUT, (1200, 596), (1164, 526), 12 , restricted_to_models=['QL-1050', 'QL-1060N', 'QL-1100', 'QL-1100NWB', 'QL-1115NWB']),
Expand Down

0 comments on commit ea444aa

Please # to comment.