Articles in this section

Generic PostScript Printer Driver

Some older printer models that use the PostScript format are partially supported in CalderaRIP. To operate them, you must use a generic driver and make specific adjustments. This article outlines the necessary steps.

 

Download and install the driver

Follow the steps in this article. In step 1, search for the "GenericPostscript" driver by selecting "Generic" as the manufacturer.

 

Connection

Open CalderaRIP and navigate to Settings > ServerAdmin. Select the GenericPostscript driver, then click the Configure button and go to the Connection tab. Change the connection from "LP" to "Shell":

Screen_Shot_2020-01-06_at_5.34.14_PM.png

 

Connection Details

  • Connection Type: Shell
  • Max DMA: 512
  • Command (Print):
    /opt/caldera/bin/batch_lpftp -lp -host [IP of Controller]
    (The job will go directly in Printing queue)
  • Command (Hold):
    /opt/caldera/bin/batch_lpftp -lp -host [IP of Controller] -rp HOLD %s
    (The job will remain in the Holding/Fiery queue if it exists on the controller, and the user must release it from the Spooler)

    2019-12-05 16_05_36-Window.jpg
    Example

 

Resolution

The resolutions are not editable by default, but you can modify the custom resolution settings in the .pg file.

  Good to know

Since the resolutions listed below are the most common in production, we have created a calpatch file for quick installation, allowing you to bypass the manual configuration steps.

  • On macOS:
    • Open the Terminal and type:
      sudo nano /opt/caldera/lib/DRIVERS/GenericPostscript/GenericPostscript.pg
    • Add the required resolution:
      Generic postscript resolutions.jpg
    • Then save your changes and exit.
  • On Linux:
    • Open the Terminal and type:
      sudo pluma /opt/caldera/lib/DRIVERS/GenericPostscript/GenericPostscript.pg
    • Add the required resolution:
      Generic postscript resolutions2.jpg
    • Then save and exit.

The new resolution will appear after restarting the driver:

Generic postscript resolutions3.jpg

Was this article helpful?
0 out of 0 found this helpful