# File: 5drop_mirror_example/config.txt
#

nozzlesInXDim = false         # Are nozzles down or across?
screenInXDim = false          # Is the screen down or across?
imageFiltering = false        # Is image filtering enabled?
screenType = "Mirror"         # Mirror/Pearl
calibrationMethod = "None"    # None/Table/Web
failedNozzles = []            # List of nozzles that do not work.
detailScale = false           # False to turn off, else in the range 1.2 - 2.0
maxDrops = 5                  # Drops output can be 0, 1, ... maXDrops
screenProportion = 1.0        # Proportion used for each drop.
# Array of min/max for each drop from 0 to maxDrops.
dropLevels = [ 0.0, 1.0, 0.0, 0.30, 0.25, 0.50, 0.45, 0.70, 0.65, 0.80, 0.75, 1.0 ]
#EOF
