logo Printing

Overview
Printers
Printer Supplies
Installing
Printing Tips
Problems?



Overview

All of our printers are now configured to be accessed through a single network address of "scroll.stanford.edu" controlled by our
CUPS Server Each printer appears as one or more print queues on "scroll" both to Unix machines via "lpr", "xpp", or "kprinter" and to Windows machines via Samba or "ipp". With a single machine holding the print spool, everyone can now see the complete queue for each printer (with lpq) and can more easily cancel (with lprm) jobs submitted from your workstation. Things are somewhat less functional from windows (and the exact level of functionality changes from time to time). You can use the web interface to cancel your job, or authenticate as root and cancel or hold any jobs.

Printers

The following printers are available (the links shown are to the printers embedded webserver which is only available on campus):

Printer Supplies

Printer supplies are in the printer alcove and should be pretty obvious. Spent toner cartridges should be returned to Gates 368 for recycling. Likewise, if you use one of the last toners or other supplies, tell Ada so she can reorder.

Manuals for the printers are kept in the cabinet across from them in 361. Especially when dealing with the fancier printers, you should read the manual because there are often routine maintenance tasks (like swabbing parts with alcohol) which must be done when reloading supplies other than paper.

Plain paper is stocked in the drawers below the printers, but the main supplies are in the 377 copy room at the end of the wing.

Print manufacturers make their money on supplies and sadly the printers usually start blinking and complaining about low toner or ink when there's still 20% left. Therefore, we generally ignore the warnings and only replace supplies when the actual print quality has deteriorated.


Installing

All print jobs are sent to the spooling system on scroll which maintains a unified queue for each printer. Thus setting up a printer mainly involves telling the operating system how to find the printer.

Printing Tips

Printing from Unix

Printing is no longer available from Irix as more functionality is available on Linux.

The CUPS system provides command replacements for both the traditional Unix lpr (BSD) and lp (SysV) printing subsystems. The lpstat command provides many options for looking and printer and job status. A quick summary can be obtained with:

lpstat -o -v
which might, for example show:
backface-3141 descartes 14336 Sat 17 Jan 2004 11:18:43 AM PST
The user descartes can remove that job with:
cancel 3141 backface

There are a number of printer GUIs available for Linux. The nicest at the moment is kprinter which is part of the KDE package (and is the default printing dialog of any KDE program). You can use it from within other programs by using "kprinter" as the printer command (use "kprinter --stdin" if the program pipes the input to the print command). The program xpp also has similar functionality, but a much uglier interface. However, it does not require KDE.

Printing Plaintext Files

Since CUPS abstracts printing as postscript, you can use any one of a number of utilities to reformat text. Many of these provide for rotated, 2up, and 4up printing. See the man pages for imprint, lptops, enscript, a2ps etc.

To quickly print text files 2up, use:

     a2ps -2 file.txt

Transparencies

To print transparencies, make sure you load the right stock into the printer. This is relatively easy since we always use the supplies from the manufacturer, e.g. HP, Apple, or Kodak.

On "hue", transparencies shouldn't be put into the tray. Rather, you should open both the auxiliary input and output tray doors on the right side to feed and retrieve the slides. This method shortens and straightens the paper path through the printer so that you minimize crumpling.

Printing to special paper

If you want to print to special paper (for example 3 hole punch paper) the proper thing to do is to use the manual feed tray. To do this using lpr, add "-o inputslot=manualfeed" to your lpr command (on linux only). For windows, kprinter, xpp, just select manual feed in the printer setting dialog.
Note:On backface and other HP 4100s, the paper width sliders must be all the way in to the middle to close the manual feed tray.

"offset" doesn't wait very long for you to load paper into the manual feed tray, so load your paper before printing (this can change if people complain). Backface will pause when the manual feed job is to be printed and waits until either paper is loaded or the big round button is pushed.


Problems?

The CUPS server at scroll is Linux machine in the printer alcove. Its webserver shows the current status and the queues for each printer.

Common Epson Problems

Spewing garbage

If an inkjet printer gets out of sync with the server and starts spewing gibberish, it's often not enough to power cycle just the printer. This is because the little local network HP print server buffers data. A thorough reset can be done by:
  1. Turn off the printer to stop the spewing
  2. Unplug the power cable to the HP print server
  3. Turn the printer back on and wait for it come to a ready state
  4. Plug the power cable back into the print server

Print Quality

For Siggraph pictures, the default driver settings on Windows machines are likely not to be set at a high enough resolution or the right paper. These settings are found in the Properties dialog for the printer under
Printing Preferences->(Custom radio button)->Advanced
The C80 printers should also be set to have sRGB Color Managment.

The 90 percentile problem for quality on the Epson is clogged nozzles. The Printing Preferences has a Utility tab with Nozzle Check, Head Cleaning, andd Print Head Alignment functions. Running the Head Cleaning several times nearly always works.

Checking Supplies

Most printers have embedded webservers available to on-campus IPs. If you connect to the webserver, you can see the current local status and supply situation.

The Epson utility for showing ink levels only works for locally attached printers, but you can still see the ink levels on the Epson inkjets:

  1. Power off the printer
  2. Hold the Paper button down
  3. Press and hold the Power button until it blinks
  4. Release both buttons
A single page will print showing the ink levels and head alignment.

For other problems, send e-mail to support.


Last update: July 13, 2009 11:40:38 PM
© 1994-2009 Stanford Computer Graphics Laboratory