Skip to content

Commit

Permalink
Add support for PT-P710BT
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdem committed May 19, 2022
1 parent 5576322 commit c3724f8
Show file tree
Hide file tree
Showing 5 changed files with 95 additions and 0 deletions.
Binary file not shown.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ PRINTERS = printer/Brother-QL-500.xml \
printer/Brother-PT-550A.xml \
printer/Brother-PT-E550W.xml \
printer/Brother-PT-P700.xml \
printer/Brother-PT-P710BT.xml \
printer/Brother-PT-P900W.xml \
printer/Brother-PT-P950NW.xml \
printer/Brother-PT-1500PC.xml \
Expand Down
3 changes: 3 additions & 0 deletions driver/ptouch-pt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ USA
<printer>
<id>printer/Brother-PT-P300BT</id>
</printer>
<printer>
<id>printer/Brother-PT-P710BT</id>
</printer>
</printers>
</driver>

90 changes: 90 additions & 0 deletions printer/Brother-PT-P710BT.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
<!--
Copyright (c) 2020 Andreas Gruenbacher <andreas.gruenbacher@gmail.com>
This file is part of ptouch-driver.
ptouch-driver is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at
your option) any later version.
ptouch-driver is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with ptouch-driver; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
-->
<printer id="printer/Brother-PT-P710BT">
<make>Brother</make>
<model>PT-P710BT</model>
<pcmodel>BRP710BT</pcmodel>
<mechanism>
<thermal/>
<!--not "color"-->
<resolution>
<dpi>
<x>180</x>
<y>180</y>
</dpi>
</resolution>
</mechanism>
<url>https://www.brother.com.au/en/products/all-labellers/labellers/pt-p710bt</url>
<lang>
<proprietary />
</lang>
<autodetect>
<general>
<ieee1284>MFG:Brother;CMD:PT-CBP;MDL:PT-P710BT;CLS:PRINTER;</ieee1284>
<commandset>PT-CBP</commandset>
<description>Brother PT-P710BT</description>
<manufacturer>Brother</manufacturer>
<model>PT-P710BT</model>
</general>
</autodetect>
<functionality>D</functionality>
<driver>ptouch-pt</driver>
<!--no "contrib_url"-->
<comments>
<en>
Print durable, colourful labels up to 24mm in width.
Built-in rechargeable lithium-ion battery.
Tape width 3.5mm to 24mm.
Prints 20mm per second.
Automatic cutter.
Print via Bluetooth or USB.
</en>
</comments>
<select>
<option id="opt/Brother-PTQL-TransferMode" />
<option id="opt/Brother-PTQL-Resolution">
<enum_val id="ev/180dpi" />
</option>
<option id="opt/Brother-PTQL-BytesPerLine">
<enum_val id="ev/16" />
</option>
<option id="opt/Brother-PTQL-LabelPreamble" />
<option id="opt/Brother-PT-LabelRecovery" />
<option id="opt/Brother-PT-PageSize">
<arg_defval>ev/tz-24</arg_defval>
<enum_val id="ev/tz-4" />
<enum_val id="ev/tz-6" />
<enum_val id="ev/tz-9" />
<enum_val id="ev/tz-12" />
<enum_val id="ev/tz-18" />
<enum_val id="ev/tz-24" />
<enum_val id="ev/hs-6" />
<enum_val id="ev/hs-9" />
<enum_val id="ev/hs-12" />
<enum_val id="ev/hs-18" />
<enum_val id="ev/hs-24" />
</option>
<option id="opt/Brother-PTQL-PixelTransfer">
<enum_val id="ev/RLE" sense="false" />
</option>
<option id="opt/Brother-PTQL-AutoCut" />
</select>
</printer>
1 change: 1 addition & 0 deletions rastertoptch.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@
* <tr><td>PT-18R <td>auto <td>RLE<td>180<td>128<td>16<td>TZ6-18mm
* <tr><td>PT-550A <td>auto <td>RLE<td>180<td>128<td>16<td>TZ6-36mm
* <tr><td>PT-P700 <td>auto <td>RLE<td>180<td>128<td>16<td>TZ4-24mm
* <tr><td>PT-P710BT<td>auto <td>RLE<td>180<td>128<td>16<td>TZ4-24mm
* <tr><td>PT-P900W <td>auto <td>RLE<td>
* 360x720<td>384<td>70<td>TZ4-36mm
* <tr><td>PT-1500PC<td>manual <td>RLE<td>180<td>112<td>14<td>TZ6-24mm
Expand Down

0 comments on commit c3724f8

Please sign in to comment.