SETTING POSTSCRIPT AND HP-GL JOB AND WAIT TIMEOUTS
519
The default values for the printer are as follows:
■0 seconds for the job timeout
■40 seconds for the wait timeout
■60 seconds for the manual feed timeout.
■A timeout value of 0 indicates no timeout; the printer waits indefinitely.
In the following example, the timeouts are set to their default values.
3 dict begin
/Password () def
/JobTimeOut 0 def
/WaitTimeOut 40 def
currentdict end setsystemparams
1 dict begin
currentpagedevice /ManualFeedTimeout known
{ /ManualFeedTimeout 60 def } if
currentdict end setpagedevice