Printers & Supplies
Solutions & Services
Customer Support
Partners
Note:The HP-GL job timeout is the same as the PostScript job timeout.
Note:The CONFIG.PS file affects printer operation. If the printer is shared on a network, using this file may affect the prints requested by other users.
The default values for the printer are 0 seconds for the job timeout and 40 seconds for the wait 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
Permitted timeout values are as follows:
Note:To avoid timeouts or job cancellation on Windows multiple-page or multiple-copy print jobs, you may want to set the WaitTimeOut to a high value or to 0 (zero).