Skip to content

Commit

Permalink
Add other missing Brother QL models.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Dec 8, 2023
1 parent 58e783f commit 361cb50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devdocs/BROTHER.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ Model Codes
- 0x3433 ("43"): QL-580N
- 0x3435 ("45"): QL-700
- 0x3434 ("44"): QL-1060N
- 0x3630 ("60"): QL-710W
- 0x3730 ("70"): QL-720NW
- 0x3830 ("80"): QL-800
- 0x3930 ("90"): QL-810W
- 0x4130 ("A0"): QL-820NWB
Expand Down
4 changes: 4 additions & 0 deletions lprint-brother.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"MFG:Brother;CMD:PT-CBP;MDL:QL-650TD;", NULL },
{ "brother_ql-700", "Brother QL-700",
"MFG:Brother;CMD:PT-CBP;MDL:QL-700;", NULL },
{ "brother_ql-710w", "Brother QL-710W",
"MFG:Brother;CMD:PT-CBP;MDL:QL-710W;", NULL },
{ "brother_ql-720nw", "Brother QL-720NW",
"MFG:Brother;CMD:PT-CBP;MDL:QL-720NW;", NULL },
{ "brother_ql-800", "Brother QL-800",
"MFG:Brother;CMD:PT-CBP;MDL:QL-800;", NULL },
{ "brother_ql-810w", "Brother QL-810W",
Expand Down

0 comments on commit 361cb50

Please sign in to comment.