Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/libptouch.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ struct _pt_dev_info ptdevs[] = {
{0x04f9, 0x2064, "PT-P700 (PLite Mode)", 128, FLAG_PLITE},
{0x04f9, 0x2073, "PT-D450", 128, FLAG_RASTER_PACKBITS},
/* Notes about the PT-D450: I'm unsure if print width really is 128px */
{0x04f9, 0x20af, "PT-P710BT", 128, FLAG_RASTER_PACKBITS|FLAG_P700_INIT}, /* 180dpi, 128px, maximum tape width 24mm */
{0,0,"",0,0}
};

Expand Down