Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!sdd.hp.com!decwrl!bacchus.pa.dec.com!wsl.dec.com!heiney From: heiney@wsl.dec.com (Bob Heiney) Newsgroups: comp.lang.postscript Subject: Re: Postscript command for manual feeds??? Keywords: printer, manual feed Message-ID: <1990Aug21.232352.29225@wrl.dec.com> Date: 21 Aug 90 23:23:52 GMT References: <38307@ucbvax.BERKELEY.EDU> Sender: news@wrl.dec.com (News) Reply-To: heiney@wsl.dec.com (Bob Heiney) Organization: DEC Western Software Lab Lines: 18 DISCLAIMER: Based on Redbook entries for the original LaserWriter You might try the following statusdict begin /manualfeed true def end There is also a variable, manualfeedtimeout, that controls the number of seconds the LaserWriter will wait for a page to be inserted. The default is usually 60 seconds. To change it you would use something like statusdict begin /manualfeedtimeout 30 def end Hope this helps, Bob Heiney heiney@dec.com