mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
b36fde2929
This is a printer filter for the EPSON EPL-5700L, EPL-5800L and EPL-5900L budget models of EPSON's laser printers. This port also provides a driver for apsfilter. PR: ports/48292 Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
26 lines
764 B
Plaintext
26 lines
764 B
Plaintext
# sample config file for epsonepl
|
|
# a hash sign starts a comment and counts as whitespace
|
|
#
|
|
# settings must be in the form of:
|
|
# [whitespace]<variable><whitespace_or_=><value>[whitespace]
|
|
#
|
|
# variable allowed values mandatory default
|
|
# -----------------------------------------------------------------------
|
|
# model EPL5700L EPL5800L EPL5900L yes -
|
|
# papersize see gs config yes -
|
|
# dpi 300 Class600 600 Class1200 no 600
|
|
# ritech on off no on
|
|
# density 1 2 3 4 5 no 3
|
|
# tonersave on off no off
|
|
#
|
|
# you can specify ps2epl to use another config file by spefifying
|
|
# -f<config> as the _first_ parameter, e.g.:
|
|
# ps2epl -f/path/to/my/config [other options and files]
|
|
#
|
|
model EPL5700L
|
|
papersize a4
|
|
dpi Class600
|
|
ritech on
|
|
density 3
|
|
tonersave off
|