# This file is used to define constrains 
# regarding different output format
# Any character after the '#' is treated as comment.
#
# Currently only the "polarity_level" constrain is supported 
# for 'gerber274x', 'auto-plot', Gerber, Par.
# 
# any layer polarity level bellow 2 and above 31 ignored.
#
# in order to define constrain for "polarity_level",
# write the constrain type after the output format,
# followed by three numbers. The 1st number represents the layer
# polarity level allowed, the 2nd represents the 
# special symbols's polarity level, the 3rd is used in order
# to define the number of polarity change allowed for a layer
# befor starting any sorting.
#
# Note : Do not change the special symbol polarity level.
#
# Example:   gerber274x  polarity level 20 25 10
#
Gerber274x   polarity_level  31  10000  31
AutoPlot     polarity_level  31  10000  31
Gerber       polarity_level  10  10000  10
Par          polarity_level  26  10000  26
RPD	     polarity_level  31  10000  29










