#
#	@(#)NeWSprinter20_param	1.7 12 Apr 1994
#   	Copyright 1991 Sun Microsystems, Inc.
#

# if you print face up, set to -b to get pages in correct reading order.
# if you print face down, set to -f to get pages in correct reading order.
STACKORDER=-b; export STACKORDER

PRINTERNAME=NeWSprinter20; export PRINTERNAME

# PL hierarchy where printer class filters are found - e.g., npcomm.T
CLASSFILTERS=$NPHOME/printer_classes/$PRINTERNAME; export CLASSFILTERS

#PL hierarchy where filters for a specific printer are found
SPECIFICFILTERS=; export SPECIFICFILTERS
PL_PATH="$SPECIFICFILTERS:$CLASSFILTERS:$NPHOME/pl.$ARCH"; export PL_PATH

#printer engine handler
HANDLERNAME=engine_ctl_$PRINTERNAME; export HANDLERNAME

# printer description file
PRINTERDESCRIP=descrip_$PRINTERNAME.ps; export PRINTERDESCRIP

# handler I18N (international) message file
I18N_MSGFILE=${PRINTERNAME}_i18n_handler

# default resolution
DEFRES=400; export DEFRES

# default tray for banner: 
#	Can be one of tray1, tray2, or hcf only where tray1 = top tray,
#	tray2 = tray below tray1, and hcf = optional tray below tray2.  
#	Any other value will force the default to be tray1 (if HCF not 
#	installed), or hcf (if it is installed).
DEFAULTBANNERTRAY=tray1; export DEFAULTBANNERTRAY

# default tray:
#	Can be one of tray1, tray2, or hcf only where tray1 = top tray,
#	tray2 = tray below tray1, and hcf = optional tray below tray2.  
#	Any other value will force the default to be tray1 (if HCF not 
#	installed), or hcf (if it is installed).
DEFAULTTRAY=tray1; export DEFAULTTRAY

# default automatic tray selection mode:  
#	Prints using tray1, tray2, hcf
#	It overrides DEFAULTBANNERTRAY, DEFAULTTRAY values.  
#	It does not work when the all trays contain different papersizes.
DEFAULTPRINTCONT=true; export DEFAULTPRINTCONT

# By default fuser will be turned off after printer idle for 60 min. 
# comment out the following line if you prefer to have fuser always on.
FUSER_TIMEOUT=60; export FUSER_TIMEOUT

# If AUTOTRAYSELECT = true, handler will automatically select the tray (tray1,
# tray2, or hcf) which has the right paper size for the job. Set AUTOTRAYSELECT 
# to true if you desire to have this feature. When this feature is enable, 
# tray selection process is automatic and it overrides DEFAULTTRAY and 
# DEFAULTBANNERTRAY settings 
AUTOTRAYSELECT=false; export AUTOTRAYSELECT
