mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-10-05 19:18:01 +08:00
18 lines
615 B
Plaintext
18 lines
615 B
Plaintext
|
|
export X=210 # A4
|
|
export Y=297 # A4
|
|
export RESOLUTION=300 # 75|100|150|200|300|600|1200dpi [75]
|
|
export SCANMODE=Lineart # Lineart|Gray|Color [Color] scan mode (e.g., lineart, monochrome, or color)
|
|
#export ATTIVA_SCANSIONE_MULTIPLA='disabled="1"'
|
|
#export SCANIMAGE_MULTI_PARAM='--batch-scan=yes'
|
|
export SCANIMAGE_SINGLE_PARAM='--source Flatbed'
|
|
|
|
# Obtain device name from scanimage -L
|
|
#export DEVICE_SCANNER="hpaio:/net/HP_LaserJet_3055?zc=hp3055"
|
|
export DEVICE_SCANNER="hpaio:/net/HP_LaserJet_Professional_M1212nf_MFP?zc=NPIB54C51"
|
|
|
|
export SMTP_HOST=mail.t-unwired.com
|
|
export SMTP_PORT=25
|
|
|
|
export HOME_DIR=/srv/RA
|