Difference between revisions of "Zebra LP 2824 Plus"

From Hackerspace ACKspace
Jump to: navigation, search
(Added print commands)
m (spelling error)
Line 1: Line 1:
 
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.
 
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'''.
+
Your best option is to print using Linux command line commands, as printing from other programs is known 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"'''.
 
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].
 
More information on CUPS printing and options can be found on the [https://www.cups.org/doc/options.html CUPS page].

Revision as of 12:13, 10 December 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 known 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.