Difference between revisions of "Zebra LP 2824 Plus"

From Hackerspace ACKspace
Jump to: navigation, search
(Create a page for the Zebra LP 2824 Plus printer)
 
(Added print commands)
Line 1: Line 1:
We have a zebra printer (sorta, still need to receive it)! The printer is attached to the network, this page will tell you how to print to it.
+
We have a Zebra printer (sorta, still need to receive it) we can use to print stickers! The printer is attached to the network using CUPS, this page will tell you how to print to it.
 +
 
 +
Your best option is to print using Linux command line commands, as printing from other programs is know to give a messed up layout. From the command line you can send either cleartext or other files. To print, use '''lp''' or '''lpr'''. Example: '''lp file_to_print.txt'''.
 +
 
 +
You can specify extra print options using the '''-o''' flag. One option you MUST enable when not printing a cleartext file is "fit-to-page", otherwise the print might be sent to multiple stickers to fill a bigger page. Example: '''lp file_to_print.pdf -o "fit to page"'''.
 +
 
 +
More information on CUPS printing and options can be found on the [https://www.cups.org/doc/options.html CUPS page].

Revision as of 03:09, 28 November 2016

We have a Zebra printer (sorta, still need to receive it) we can use to print stickers! The printer is attached to the network using CUPS, this page will tell you how to print to it.

Your best option is to print using Linux command line commands, as printing from other programs is know to give a messed up layout. From the command line you can send either cleartext or other files. To print, use lp or lpr. Example: lp file_to_print.txt.

You can specify extra print options using the -o flag. One option you MUST enable when not printing a cleartext file is "fit-to-page", otherwise the print might be sent to multiple stickers to fill a bigger page. Example: lp file_to_print.pdf -o "fit to page".

More information on CUPS printing and options can be found on the CUPS page.