# File: 8drop_pearl_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 = "Pearl"          # 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 = 8                  # 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.13, 0.11, 0.26, 0.24, 0.39, 0.37, 0.52, 0.50, 0.65, 0.63, 0.78, 0.76, 0.91, 0.89, 1.0 ]
#EOF
