What is the new COMPOSITE feature for the JOB Array?
S
Simon Garrison
started a topic
almost 6 years ago
We have added a new Matrix feature to the JOB Array called "COMPOSITE". Its similar to the existing LAYER feature, however COMPOSITE allows you to merge multiple files into a single layer; you can assign whether the merging file will be Dark or Clear, and even add a Size value (should you wish to enlarge or reduce object sizes).
Here's more specific information about the new COMPOSITE feature for the JOB Array:
Simon Garrison
We have added a new Matrix feature to the JOB Array called "COMPOSITE". Its similar to the existing LAYER feature, however COMPOSITE allows you to merge multiple files into a single layer; you can assign whether the merging file will be Dark or Clear, and even add a Size value (should you wish to enlarge or reduce object sizes).
Here's more specific information about the new COMPOSITE feature for the JOB Array:
##############################
# COMPOSITE (Merge multiple files to one layer)
##############################
#COMPOSITE=layer,layer_polarity,file,contrast,size,file(n),contrast(n),size(n),(...)
#layer_polarity=[positive negative]
#file=[file path of Gerber/Drill - may be relative or absolute]
#contrast=[Dark Clear]
#size=[Any value to enlarge or reduce, Zero is the default]
# Repeat "file(n),contrast(n),size(n)" for as many files need to be merged. Composites are merged in the order of first file, second, etc.
JOB {
NAME=xmicro_6layer
LAYER=PM_TOP,PM_TOP.gbr
LAYER=Silk_TOP,text.gbr
LAYER=SM_TOP,SM_TOP.gbr
COMPOSITE=L1,POSITIVE,MTOP.gbr,Dark,0,Antipad_MTOP.gbr,clear,0
COMPOSITE=L2,POSITIVE,M2.gbr,Dark,0,Antipad_M2.gbr,clear,0
COMPOSITE=L3,POSITIVE,M3.gbr,Dark,0,Antipad_M3.gbr,clear,0
COMPOSITE=L4,POSITIVE,M4.gbr,Dark,0,Antipad_M4.gbr,clear,0
COMPOSITE=L5,POSITIVE,M5.gbr,Dark,0,Antipad_M5.gbr,clear,0
COMPOSITE=L6,POSITIVE,MBOT.gbr,Dark,0,Antipad_MBOT.gbr,clear,0,Pad_MBOT.gbr,Dark,0
LAYER=SM_BOT,SM_BOT.gbr
LAYER=Outline,Outline.gbr
LAYER=packages,packages.gbr
LAYER=xm_grid,xm_grid.gbr
LAYER=Backdrill,Backdrill.drl
LAYER=Hole_NP,Hole_NP.drl
LAYER=Hole_Plated,Hole_Plated.drl
LAYER=Via_MTOP-MBOT,Via_MTOP-MBOT.drl
}