ThisIsNotRocketScience / GerberTools

Tools to load/edit/create/panelizer sets of gerber files
MIT License
721 stars 139 forks source link

File detection according to Gerber X2 Specifiction #99

Open fhgerhardwiesinger opened 4 years ago

fhgerhardwiesinger commented 4 years ago

Hello,

Please add gerber file detection according to the Gerber X2 Specification: e.g. Top copper: %TF.FileFunction,Copper,L1,Top,Signal% Top soldermask: %TF.FileFunction,Soldermask,Top% Bottom signal: %TF.FileFunction,Copper,L2,Bot,Signal% Bottom soldermask: %TF.FileFunction,Soldermask,Bot% Top silkscreen: %TF.FileFunction,Legend,Top% Bottom silkscreen: %TF.FileFunction,Legend,Bot% Board outline: %TF.FileFunction,Profile,NP*% etc.

That will solve a lot of other issues like "does not work with program xy".

See Gerber X2 specification for complete reference.

Thnx.

wiesl commented 4 years ago

Notify me ...