mirror of
https://git.familie-radermacher.ch/linux/ptouch-print.git
synced 2025-12-16 21:05:36 +01:00
add PT-E560BT (thanks to Paul-Kenji Cahier)
This commit is contained in:
parent
d8a4ed71e2
commit
a27a320672
1 changed files with 2 additions and 1 deletions
|
|
@ -88,7 +88,8 @@ struct _pt_dev_info ptdevs[] = {
|
|||
/* printhead 128px, 180 dpi resolution */
|
||||
/* 3,5/6/9/12/18 mm TZe Tapes, 12mm and 18mm tested */
|
||||
/* 5,2/9/11,2 mm HSe heat shrink tubes not tested, probably requiring extension of struct _pt_tape_info */
|
||||
{0x04f9, 0x2201, "PT-E310BT", 128, 180, FLAG_P700_INIT|FLAG_USE_INFO_CMD|FLAG_D460BT_MAGIC},
|
||||
{0x04f9, 0x2201, "PT-E310BT", 128, 180, FLAG_P700_INIT|FLAG_USE_INFO_CMD|FLAG_D460BT_MAGIC},
|
||||
{0x04f9, 0x2203, "PT-E560BT", 128, 180, FLAG_P700_INIT|FLAG_USE_INFO_CMD|FLAG_D460BT_MAGIC},
|
||||
{0,0,"",0,0,0}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue