问题描述
我有一台新的标签打印机(Brother QL 570),它支持无限的纸张.我的想法是,我可以通过打印所需的纸张来节省纸张 - 错了!打印机配备的纸张尺寸为 63 毫米 x 100 毫米和 63 毫米 x 29 毫米(以及其他一些尺寸),但我需要 63 毫米 x '柔性长度' 或类似 63 毫米 x 40 毫米的纸张.
I have a new label printer (Brother QL 570) wich supports endless paper. My thought was, that I will be able to save paper by printing just as much paper as I need - wrong!The printer comes with paper sizes of 63mm x 100mm and 63mm x 29mm (and some others) but I need 63mm x 'felxible lenght' or something like 63mm x 40mm.
我该如何改变?我将从 OpenOffice 打印.
How can I change that? I will print from OpenOffice.
谢谢!
(驱动程序是 CUPS,使用 Mint 17.1)
(Driver is CUPS, using Mint 17.1)
推荐答案
打印机随附的 CUPS 驱动程序包含一个用于添加自定义纸张尺寸的实用程序.
The CUPS drivers that come with the printer include a utility for adding custom paper sizes.
打开终端并输入:
brpapertoollpr_ql570
您将看到添加和删除自定义尺寸的使用示例:
And you will see the usage examples for adding and removing custom sizes:
===========================
LPRng Paper Size Tool (v 0.1) Copyright by 2005
Usage: brpapertoollpr_xxxx -P QL-xxxx Printer Name [-n add a Lable Format Name (<=32 bytes) -w Media Width(unit:mm) -h Media Height(unit:mm)]/[-d delete Lable Format Name]
For example:
1. Add a new Label Format with "New Label Format" name and 29mm width and 70mm length:
"brpapertoollpr_ql570 -P QL-570 -n New\ Label\ Format -w 29 -h 70" [enter]
2. Remove the Label Format with "New Label Format" name:
"brpapertoollpr_ql570 -P QL-570 -d New\ Label\ Format" [enter]
===========================
举个例子,我做了
brpapertoollpr_ql570 -P QL-570 -n long_label -w 62 -h 200
设置一个名为long_label"的自定义纸张尺寸,在 62mm 连续卷筒上打印 200mm 长标签
to set up a custom paper size called "long_label" which prints on 62mm continuous roll, a 200mm long label
这篇关于标签打印机的自定义纸张尺寸 (Brother QL 570)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!