Fix printer.conf.epsondfx5kp.bak citation: wrong model's datasheet
Comment cited the plain DFX-5000 product info sheet and its 2-1 DIP switch; the actual "+" model has a 3-bank layout where page length is switches 3-1/3-2 instead. The 136-column value itself was already correct - it's the same in both datasheets - only the citation and DIP switch reference were wrong.master
parent
29c10cfac8
commit
093b37296b
|
|
@ -34,11 +34,12 @@ PRINTER_A4=false
|
|||
#
|
||||
# The DFX-5000+ is fed from continuous fanfold stock rather than cut
|
||||
# sheets, so it's treated the same as a roll printer here (0). Its DIP
|
||||
# switch 2-1 does let it track a fixed 11 in or 12 in form length with
|
||||
# perforation-skip, but that's a page-break convenience on the paper feed,
|
||||
# not a limit on total printable length - re-measure with pagetest.sh if
|
||||
# you rely on perforation-skip and want output to stop short of the next
|
||||
# perforation instead of running past it.
|
||||
# switches 3-1/3-2 do let it track a fixed page length (11in, 12in, 8.5in,
|
||||
# or 70/6in) with perforation-skip (switch 3-3), but that's a page-break
|
||||
# convenience on the paper feed, not a limit on total printable length -
|
||||
# re-measure with pagetest.sh if you rely on perforation-skip and want
|
||||
# output to stop short of the next perforation instead of running past it.
|
||||
# See epson5kp-dipsettings.md for the recommended DIP positions.
|
||||
#
|
||||
# PRINTER_MAX_COLS below is the datasheet's rated printable-column count
|
||||
# at the printer's default pitch (10 cpi) on its widest supported stock
|
||||
|
|
@ -46,7 +47,7 @@ PRINTER_A4=false
|
|||
# limit (0.51-1.22 in left margin, 0.51 in right margin), not a
|
||||
# measurement against this install's actual loaded paper width -
|
||||
# re-measure with pagetest.sh if narrower stock is loaded.
|
||||
# Source: Epson DFX-5000 Product Information sheet (9-Pin Printers,
|
||||
# 12/12/88), "Printable columns" table.
|
||||
# Source: Epson DFX-5000+ Product Information sheet (3/15/94), "Printable
|
||||
# columns" table.
|
||||
PRINTER_MAX_LINES=0
|
||||
PRINTER_MAX_COLS=136
|
||||
|
|
|
|||
Loading…
Reference in New Issue