(Default) 0.001 true 1 true true true layer_map() true true true layer_map() 0.001 true #1 true #1 true #1 true OUTLINE true PLACEMENT_BLK true REGIONS true .VIA 0 true .DEFPIN 1 true .LEFPIN 2 true .FILL 3 true .OBS 4 true .BLK 9 true .DEFLABEL 7 true .LEFLABEL 8 true .RTNG 5 true .SRTNG 6 VIA_ true always-lef false false true true 64 0 1 0 DATA 0 0 BORDER layer_map() true 0.001 1 100 100 0 0 0 false false false true layer_map() 0 0.001 layer_map() true false 1 0.001 layer_map() true false true true false false false false false 8000 32000 LIB 2 false false 1 * false 0 false false 0 true # Provide z stack information here # # Each line is one layer. The specification consists of a layer specification, a colon and arguments. # The arguments are named (like "x=...") or in serial. Parameters are separated by comma or blanks. # Named arguments are: # # zstart The lower z position of the extruded layer in µm # zstop The upper z position of the extruded layer in µm # height The height of the extruded layer in µm # # 'height', 'zstart' and 'zstop' can be used in any combination. If no value is given for 'zstart', # the upper level of the previous layer will be used. # # If a single unnamed parameter is given, it corresponds to 'height'. Two parameters correspond to # 'zstart' and 'zstop'. # # Examples: # 1: 0.5 1.5 # extrude layer 1/0 from 0.5 to 1.5 vertically # 1/0: 0.5 1.5 # same with explicit datatype # 1: zstop=1.5, zstart=0.5 # same with named parameters # 1: height=1.0, zstop=1.5 # same with z stop minus height # 1: 1.0 zstop=1.5 # same with height as unnamed parameter # # VARIABLES # # You can declare variables with: # var name = value # # You can use variables inside numeric expressions. # Example: # var hmetal = 0.48 # 7/0: 0.5 0.5+hmetal*2 # 2x thick metal # # You cannot use variables inside layer specifications currently. # # CONDITIONALS # # You can enable or disable branches of the table using 'if', 'else', 'elseif' and 'end': # Example: # var thick_m1 = true # if thickm1 # 1: 0.5 1.5 # else # 1: 0.5 1.2 # end