Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!chinacat!woody From: woody@chinacat.Unicom.COM (Woody Baker @ Eagle Signal) Newsgroups: comp.lang.postscript Subject: Re: Manual feed with Adobe LaserJet II Cartridge Summary: set the timeout Message-ID: <1850@chinacat.Unicom.COM> Date: 12 Feb 91 05:26:18 GMT References: <1991Feb10.000134.16805@trevan.uucp> Organization: a guest of Unicom Systems Development, Austin Lines: 15 In article <1991Feb10.000134.16805@trevan.uucp>, trevor@trevan.uucp writes: > Please can someone tell me how I can get the printer to prompt for > I get the FEED MANUAL prompt for a few seconds and then it goes away. Set the default timeouts. statusdict begin 0 exitserver 30 60 30 setdefaulttimeouts sets the job timeout to 30 (the first param), the manual feed timout to 60 and the serial communication timout to 30 seconds. Experiment. Normall this is 0 60 30, so if the manualfeed is to short, change it to some larger number Cheers Woody