我有一台新的标签打印机(Brother QL 570),支持无限纸张。我的想法是,我可以通过打印所需的纸张来节省纸张 - 错误!打印机附带的纸张尺寸为 63 毫米 x 100 毫米和 63 毫米 x 29 毫米(以及其他一些),但我需要 63 毫米 x '柔性长度' 或类似 63 毫米 x 40 毫米的纸张尺寸。
我怎样才能改变这一点?我将从 OpenOffice 进行打印。
谢谢!
(驱动程序是CUPS,使用Mint 17.1)
小智 5
打印机附带的 CUPS 驱动程序包含一个用于添加自定义纸张尺寸的实用程序。
打开终端并输入:
brpapertoollpr_ql570
Run Code Online (Sandbox Code Playgroud)
您将看到添加和删除自定义尺寸的使用示例:
===========================
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]
===========================
Run Code Online (Sandbox Code Playgroud)
举个例子,我做了
brpapertoollpr_ql570 -P QL-570 -n long_label -w 62 -h 200
Run Code Online (Sandbox Code Playgroud)
设置名为“long_label”的自定义纸张尺寸,在 62 毫米连续卷筒(200 毫米长标签)上打印