#
#	@(#)SPARCprinterII_param	1.4  94/05/19
# Copyright 1994 Sun Microsystems, Inc.  All Rights Reserved. 
#
# 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=-f; export STACKORDER

PRINTERNAME=SPARCprinterII; 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 resolutions:
#	Can be 300 or 600
DEFRES=600; export DEFRES

# default darkness:
#	Can be light, normal, or dark
DEFDARKNESS=normal; export DEFDARKNESS

# default contrast:
#	Can be low, medium, or high
DEFCONTRAST=medium; export DEFCONTRAST

# default PQET:
#	Can be on or off
DEFPQET=on; export DEFPQET

# default tray for banner: 
#	Can be tray1 or tray2 where tray1 = top tray,
#	tray2 (option item) = tray below tray1.  
#	Any other value will force the default to be tray1.
DEFAULTBANNERTRAY=tray1; export DEFAULTBANNERTRAY

# default tray:
#	Can be tray1 or tray2 where tray1 = top tray,
#	tray2 (option item) = tray below tray1.  
#	Any other value will force the default to be tray1.
DEFAULTTRAY=tray1; export DEFAULTTRAY

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

# default duplex mode selection mode:  
#	Can be simplex, duplex or tumble.
#	Prints using simplex, duplex, or tumble duplex.
#	It applies to the printers equiped with duplexer. 
DEFDUPLEX=simplex; export DEFDUPLEX
