From 32fbd1068014af5f4ceeb54f892149fa393dbfff Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 28 May 2020 00:41:48 +0200 Subject: [PATCH] Add support for Brother PT-2430PC --- Makefile.am | 1 + driver/ptouch-pt.xml | 3 ++ printer/Brother-PT-2430PC.xml | 77 +++++++++++++++++++++++++++++++++++ rastertoptch.c | 1 + 4 files changed, 82 insertions(+) create mode 100644 printer/Brother-PT-2430PC.xml diff --git a/Makefile.am b/Makefile.am index b8d4faf..c19169d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,6 +53,7 @@ PRINTERS = printer/Brother-QL-500.xml \ printer/Brother-PT-1960.xml \ printer/Brother-PT-2300.xml \ printer/Brother-PT-2420PC.xml \ + printer/Brother-PT-2430PC.xml \ printer/Brother-PT-2450DX.xml \ printer/Brother-PT-2500PC.xml \ printer/Brother-PT-2600.xml \ diff --git a/driver/ptouch-pt.xml b/driver/ptouch-pt.xml index dc76daa..cdcf70f 100644 --- a/driver/ptouch-pt.xml +++ b/driver/ptouch-pt.xml @@ -66,6 +66,9 @@ USA printer/Brother-PT-2420PC + + printer/Brother-PT-2430PC + printer/Brother-PT-2450DX diff --git a/printer/Brother-PT-2430PC.xml b/printer/Brother-PT-2430PC.xml new file mode 100644 index 0000000..70ef8e4 --- /dev/null +++ b/printer/Brother-PT-2430PC.xml @@ -0,0 +1,75 @@ + + + Brother + PT-2430PC + BR2430 + + + + + + 180 + 180 + + + + https://www.brother.co.uk/labelling-and-receipts/pt2430pc + + + + + + MFG:Brother;CMD:PT-CBP;MDL:2430PC;CLS:PRINTER; + PT-CBP + Brother PT-2430PC + Brother + PT-2430PC + + + D + ptouch-pt + + + + + Prints 10mm per second. + + + + diff --git a/rastertoptch.c b/rastertoptch.c index bd6842c..865be2e 100644 --- a/rastertoptch.c +++ b/rastertoptch.c @@ -213,6 +213,7 @@ * PT-1960 auto RLE180 9612TZ6-18mm * PT-2300 auto RLE18011214TZ6-18mm * PT-2420PCmanual RLE18012816TZ6-24mm + * PT-2430PCauto RLE18012816TZ6-24mm * PT-2450DXauto RLE18012816TZ6-24mm * PT-2500PCauto RLE18012816TZ6-24mm * PT-2600 auto RLE18012816TZ,AV6-24mm -- 2.26.2