Skip to content

Commit

Permalink
add hardware info for PT-P700 and PT-P750W
Browse files Browse the repository at this point in the history
  • Loading branch information
vulpes2 committed Jul 23, 2024
1 parent 7b62b1b commit 1ff3c8b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion brother_ql/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,19 @@ def name(self):
identifier="PT-E550W", min_max_length_dots=(31, 14172), number_bytes_per_row=16
),
Model(
identifier="PT-P750W", min_max_length_dots=(31, 14172), number_bytes_per_row=16
identifier="PT-P700",
min_max_length_dots=(31, 14172),
number_bytes_per_row=16,
series_code=0x30,
model_code=0x67,
product_id=0x2061,
),
Model(
identifier="PT-P750W",
min_max_length_dots=(31, 14172),
number_bytes_per_row=16,
series_code=0x30,
model_code=0x68,
),
Model(
identifier="PT-P900W", min_max_length_dots=(57, 28346), number_bytes_per_row=70
Expand Down

0 comments on commit 1ff3c8b

Please sign in to comment.