我有一台新的标签打印机(Brother QL 570),它支持无尽的纸张。我的想法是,我可以通过打印尽可能多的纸来节省纸张 - 错! 打印机的纸张尺寸为63mm x 100mm和63mm x 29mm(以及其他一些),但我需要63mm x' felxible lenght'或类似63毫米x 40毫米的东西。
我该如何改变?我将从OpenOffice打印。
谢谢!
(司机是CUPS,使用Mint 17.1)
答案 0 :(得分:4)
打印机附带的CUPS驱动程序包含一个用于添加自定义纸张尺寸的实用程序。
打开终端并输入:
brpapertoollpr_ql570
您将看到添加和删除自定义尺寸的用法示例:
===========================
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”的自定义纸张尺寸,在62毫米连续卷筒,200毫米长标签上打印