# File: 7drop_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 = 7                  # 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.15, 0.13, 0.30, 0.28, 0.45, 0.43, 0.60, 0.58, 0.75, 0.73, 0.90, 0.88, 1.0 ]
#EOF
