All Forums
 Help For Easy-PC Users
 Manufacturing Outputs
 Include layer type in Gerber?

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert Email Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
Scazon Posted - 13 Dec 2017 : 09:33:22
I had a question from a client recently. He uses DesignSpark for some small designs he makes himself, and has them made in China. I wrote him a little program to tweak the Gerber file extensions to suit the common Chinese standard, and he reported that this has stopped working. This was because DesignSpark has changed the naming conventions for solder resist layers from e.g. "xxx - Bottom Copper (Resist).gbr" to "xxx - Bottom Solder Mask.gbr" etc. The file names are all that exists to distimguish one file from another, there being no metadata in the files themselves.

As it's not difficult to add this, as either a G04 comment or as a TF command, I'd like to request that this is inserted during plotting in the future.

For example:
G04 Top Copper *
or
%TF.Layer,Copper,Top*%

Whatever suits the programmer!

It would still break my program if it changed, but it might be easier to detect and flag up.