diff --git a/src/libptouch.c b/src/libptouch.c index d88fa03..58b2b38 100644 --- a/src/libptouch.c +++ b/src/libptouch.c @@ -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} };