Re: [Kicad-developers] New feature: support for Gerber job file.

2017-09-21 Thread Mark Roszko
I feel the via filling option in the job spec is too limited At my company we probably have a few hundred boards where we do via fills depending on their diameter. We keep their usage the same based on diameter, i.e. 8 mil vias go in pads, 6 mil vias are used in impedance controlled traces.And I kn

Re: [Kicad-developers] New feature: support for Gerber job file.

2017-09-19 Thread Ingo Kletti
Am 19.09.2017 um 08:33 schrieb jp charras: The Gerber job file format was just modified to specify more than one substrate material. Do you (or others RF specialists) know (besides the Teflon) other materials used in such boards. If it matters, there are variants of PTFE: Glass filled, cera

Re: [Kicad-developers] New feature: support for Gerber job file.

2017-09-18 Thread jp charras
Le 11/09/2017 à 19:12, Simon Küppers a écrit : > Yes, a common stackup would be a two-layer rf substrate such as Teflon > pressed onto a two-layer fr4 > core with an fr4 prepreg in between. Galvanic processing is then done as > usual. > Best regards > Simon > > Am 11. September 2017 19:07:19 MES

Re: [Kicad-developers] New feature: support for Gerber job file.

2017-09-11 Thread Jon Evans
Yes this could be the case, and also for rigid-flex boards. I see from the spec that you already disclaim that the initial version of the job file will not work for these types of boards (Section 2, last few paragraphs) In the area I work, rigid-flex circuits are quite common (and I'm sure for al

Re: [Kicad-developers] New feature: support for Gerber job file.

2017-09-11 Thread Simon Küppers
Yes, a common stackup would be a two-layer rf substrate such as Teflon pressed onto a two-layer fr4 core with an fr4 prepreg in between. Galvanic processing is then done as usual. Best regards Simon Am 11. September 2017 19:07:19 MESZ schrieb jp charras : >Le 01/09/2017 à 12:38, Simon Küppers

Re: [Kicad-developers] New feature: support for Gerber job file.

2017-09-11 Thread jp charras
Le 01/09/2017 à 12:38, Simon Küppers a écrit : > I was also about to show the optiprint brochure, thanks. I fully agree with > you. We especially like > to use Teflon materials with thick copper backing, but fr4 plus ceramic is > also quite common here. > > Hi Simon, Do you mean the *same boa

Re: [Kicad-developers] New feature: support for Gerber job file.

2017-09-01 Thread José Ignacio
Another element of this would be to support an arbitrary amount of stacked mechanical layers. I've been designing some flexible PCBs lately and using the user layers to specify stiffeners is a bit clunky. It would be nice if the 3d renderer could do multiple stacked edges. I've had to make separate

Re: [Kicad-developers] New feature: support for Gerber job file.

2017-09-01 Thread Greg Smith
Here are some references to a variety of stackup information:  # interesting info on cores, prepreg, and foils # https://www.multi-circuit-boards.eu/en/pcb-design-aid/layer-buildup/prepreg-core-foil.html  # More terminology: # http://www.edn.com/design/pc-board/4424239/PCB-design-basics # PCB m

Re: [Kicad-developers] New feature: support for Gerber job file.

2017-09-01 Thread Simon Küppers
I was also about to show the optiprint brochure, thanks. I fully agree with you. We especially like to use Teflon materials with thick copper backing, but fr4 plus ceramic is also quite common here. Am 1. September 2017 12:12:15 MESZ schrieb Ingo Kletti : > > >Am 01.09.2017 um 10:06 schrieb j

Re: [Kicad-developers] New feature: support for Gerber job file.

2017-09-01 Thread Ingo Kletti
Am 01.09.2017 um 10:06 schrieb jp charras: > Could you give a link to a manufactured that explains applications (and show a few boards) where > different substrates are used. From experience I can say that many (non-ceramic) RF materials are rather soft (most common a mix of PTFE and glass fi

Re: [Kicad-developers] New feature: support for Gerber job file.

2017-09-01 Thread jp charras
Le 01/09/2017 à 09:42, Simon Küppers a écrit : > Nice. However the file format allows for only one substrate material being > specified. In RF > application it is often the case that two a RF ceramic substrate for example > is bonded with fr4 > prepregs and cores. Seems unnecessary limiting The j

Re: [Kicad-developers] New feature: support for Gerber job file.

2017-09-01 Thread Simon Küppers
Nice. However the file format allows for only one substrate material being specified. In RF application it is often the case that two a RF ceramic substrate for example is bonded with fr4 prepregs and cores. Seems unnecessary limiting Am 1. September 2017 08:48:30 MESZ schrieb jp charras : >Le

Re: [Kicad-developers] New feature: support for Gerber job file.

2017-08-31 Thread jp charras
Le 31/08/2017 à 21:26, Diego Herranz a écrit : > Hi JP, > > Is this something new in GerberX2? I had never seen Gerber jobfiles before... > > I've given it a try (export and then load on GerbView) and seems to work OK, > it loads every layer by > just loading the jobfile. > Any other gerber view

Re: [Kicad-developers] New feature: support for Gerber job file.

2017-08-31 Thread Diego Herranz
Hi JP, Is this something new in GerberX2? I had never seen Gerber jobfiles before... I've given it a try (export and then load on GerbView) and seems to work OK, it loads every layer by just loading the jobfile. Any other gerber viewer which supports it to give it a try? gerbv

Re: [Kicad-developers] New feature: support for Gerber job file.

2017-08-30 Thread jp charras
Le 30/08/2017 à 18:02, Jon Evans a écrit : > Hi JP, > > This is a nice feature and it seems to work well! > I did have to make one change in gerber_jobfile_writer.cpp:154 to get it to > compile on MacOS / LLVM: > adding c_str() > > fputs( header[ii].c_str(), jobFile ); > > Best, > Jon > Thank

Re: [Kicad-developers] New feature: support for Gerber job file.

2017-08-30 Thread Jon Evans
Hi JP, This is a nice feature and it seems to work well! I did have to make one change in gerber_jobfile_writer.cpp:154 to get it to compile on MacOS / LLVM: adding c_str() fputs( header[ii].c_str(), jobFile ); Best, Jon On Wed, Aug 30, 2017 at 11:26 AM, jp charras wrote: > Le 30/08/2017 à 13

Re: [Kicad-developers] New feature: support for Gerber job file.

2017-08-30 Thread jp charras
Le 30/08/2017 à 13:40, Marcos Chaparro a écrit : > For simple jobs I tell the manufacturer layer count and pcb thickness, both > parameters are available > in design rules->layers setup Sure, for simple jobs, this is enough. But in more tricky cases ( impedance controlled boards, or boards using

Re: [Kicad-developers] New feature: support for Gerber job file.

2017-08-30 Thread Marcos Chaparro
For simple jobs I tell the manufacturer layer count and pcb thickness, both parameters are available in design rules->layers setup Silkscreen and soldermask colors are somehow stored for 3Dviewer, maybe they are not stored in a usable way. Cheers Marcos On Wed, Aug 30, 2017 at 8:16 AM, jp charra

[Kicad-developers] New feature: support for Gerber job file.

2017-08-30 Thread jp charras
Hi all, I just committed a basic support for Gerber job file. The purpose of a Gerber job file is to handle info needed for board manufacturing. Because (unfortunately) Pcbnew has not actual support of the board layers stack, info about layer stack, dielectric and copper thickness, silkscreen