1
0
mirror of https://git.familie-radermacher.ch/linux/ptouch-print.git synced 2025-05-13 15:22:56 +00:00
Go to file
Ed Maste dc5b974e74 Add precut flag to P700
With this change my P700 produces about 2cm of waste tape followed by
the desired label, with no additional padding.

As far as I know all of these printers have a cutter, so I am not sure
what determines which modules should have this flag set -- perhaps some
of them can cut at the end of a label only, not at the beginning?

We could perhaps have a commandline option to disable precut.
2024-02-11 10:31:02 +01:00
cmake cosmetic changes (some are overdue since many years) 2022-10-05 18:08:06 +02:00
include add (untested) support for PT-D460BT thanks to ccfreak2k 2023-10-13 12:30:33 +02:00
po update contact info 2021-08-30 15:15:16 +02:00
src Add precut flag to P700 2024-02-11 10:31:02 +01:00
.gitignore fix build using cmake with generating version info from git 2021-10-11 10:11:37 +02:00
build.sh fix build using cmake with generating version info from git 2021-10-11 10:11:37 +02:00
CMakeLists.txt hopefully fix libitnl linking issues 2023-05-22 10:05:55 +02:00
COPYING Initial commit 2015-12-29 14:11:00 +01:00
ptouch-print.1 update manpage and project url 2023-03-13 11:17:03 +01:00
README update manpage and project url 2023-03-13 11:17:03 +01:00

About:

ptouch-print is a command line tool to print labels on Brother P-Touch
printers on Linux.

There is no need to install the printer via CUPS, the printer is accessed
directly via libusb.

The tool was written for and tested with the PT-2430PC, but meanwhile is also
used with others (see "ptouch-print --list-supported")
Maybe others work too (please report USB VID and PID so I can include support
for further models, too).

Further info can be found at:
https://dominic.familie-radermacher.ch/projekte/ptouch-print/

Compile instructions:

./build.sh

Note:

Dear visitor, currently I have absolutely no time for improvements on this
project (my free time currently is about one or two hours PER MONTH).
Therefore, I can not look at suggestions about improvements.